#D0409B

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

Shades of Mulberry #D0409B

Tints of Mulberry #D0409B

Color information

#D0409B (or 0xD0409B) is unknown color: approx Mulberry. HEX triplet: D0, 40 and 9B. RGB value is (208,64,155). Sum of RGB (Red+Green+Blue) = 208+64+155=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409B is #2FBF64. Grayscale: #757575. Windows color (decimal): -3129189 or 10174672. OLE color: 10174672.

HSL color Cylindrical-coordinate representation of color #D0409B: hue angle of 322.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0409B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB20864155-
CMYK00.690.250.18
HSL322.08º60.5%53.33%-
HSV(B)322.08º69.23%81.57%-
XYZ33.7619.4432.98-
YUV117.43149.21192.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=48.71%
G=14.99%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086415500.690.250.18322.0860.553.33
HexD0409B04519121423d35
Octal320100233010531225027565
Binary11010000100000010011011010001011100110010101000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0409B; }

 p { color: rgb(208,64,155); }

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

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

 a { background-color: rgb(208,64,155); }

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

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

 span { border-color: rgb(208,64,155); }

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