#d04ea9

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

Shades of Mulberry #D04EA9

Tints of Mulberry #D04EA9

Color information

#D04EA9 (or 0xD04EA9) is unknown color: approx Mulberry. HEX triplet: D0, 4E and A9. RGB value is (208,78,169). Sum of RGB (Red+Green+Blue) = 208+78+169=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EA9 is #2FB156. Grayscale: #7F7F7F. Windows color (decimal): -3125591 or 11095760. OLE color: 11095760.

HSL color Cylindrical-coordinate representation of color #D04EA9: hue angle of 318º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EA9 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20878169-
CMYK00.620.190.18
HSL318º58.04%56.08%-
HSV(B)318º62.5%81.57%-
XYZ35.921.7239.84-
YUV127.24151.57185.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087816900.620.190.1831858.0456.08
HexD04EA903E131213e3a38
Octal32011625107623224767270
Binary1101000010011101010100101111101001110010100111110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04ea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04ea9; }

 p { color: rgb(208,78,169); }

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

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

 a { background-color: rgb(208,78,169); }

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

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

 span { border-color: rgb(208,78,169); }

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