#D0479F

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

Shades of Mulberry #D0479F

Tints of Mulberry #D0479F

Color information

#D0479F (or 0xD0479F) is unknown color: approx Mulberry. HEX triplet: D0, 47 and 9F. RGB value is (208,71,159). Sum of RGB (Red+Green+Blue) = 208+71+159=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0479F is #2FB860. Grayscale: #797979. Windows color (decimal): -3127393 or 10438608. OLE color: 10438608.

HSL color Cylindrical-coordinate representation of color #D0479F: hue angle of 321.46º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0479F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20871159-
CMYK00.660.240.18
HSL321.46º59.31%54.71%-
HSV(B)321.46º65.87%81.57%-
XYZ34.5220.4234.92-
YUV122148.89189.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 71 (28.12% from 255) = 16.21%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=47.49%
G=16.21%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087115900.660.240.18321.4659.3154.71
HexD0479F04218121413b37
Octal320107237010230225017367
Binary11010000100011110011111010000101100010010101000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0479F; }

 p { color: rgb(208,71,159); }

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

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

 a { background-color: rgb(208,71,159); }

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

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

 span { border-color: rgb(208,71,159); }

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