#D34599

Color #D34599 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D34599

Tints of Mulberry #D34599

Color information

#D34599 (or 0xD34599) is unknown color: approx Mulberry. HEX triplet: D3, 45 and 99. RGB value is (211,69,153). Sum of RGB (Red+Green+Blue) = 211+69+153=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D34599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34599 is #2CBA66. Grayscale: #787878. Windows color (decimal): -2931303 or 10044883. OLE color: 10044883.

HSL color Cylindrical-coordinate representation of color #D34599: hue angle of 324.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34599 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB21169153-
CMYK00.670.270.17
HSL324.51º61.74%54.9%-
HSV(B)324.51º67.3%82.75%-
XYZ34.7420.4132.24-
YUV121.03146.04192.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=48.73%
G=15.94%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116915300.670.270.17324.5161.7454.9
HexD345990431B111453e37
Octal323105231010333215057667
Binary11010011100010110011001010000111101110001101000101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34599; }

 p { color: rgb(211,69,153); }

 H1.HeaderClassName
 {
   color: #D34599;
 }
 .AnyTagClassName
 {
   color: #D34599;
 }
</style>
background-color css

<style>
 a { background-color: #D34599; }

 a { background-color: rgb(211,69,153); }

 div.DivClassName
 {
   background-color: #D34599;
 }
 .BgClassName
 {
   background-color: #D34599;
 }
</style>
border-color css

<style>
 span { border-color: #D34599; }

 span { border-color: rgb(211,69,153); }

 td.TdClassName
 {
   border-color: #D34599;
 }
 .TagClassName
 {
   border-color: #D34599;
 }
</style>