Shades of Mulberry #D04EA6
Tints of Mulberry #D04EA6
RGB
CMYK
RGB Variations
Color information
#D04EA6 (or 0xD04EA6) is known color: Mulberry. HEX triplet: D0, 4E and A6. RGB value is (208,78,166). Sum of RGB (Red+Green+Blue) = 208+78+166=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EA6 is #2FB159. Grayscale: #7E7E7E. Windows color (decimal): -3125594 or 10899152. OLE color: 10899152.
HSL color Cylindrical-coordinate representation of color #D04EA6: hue angle of 319.38º 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 #D04EA6 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 166 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.18 |
| HSL | 319.38º | 0.58% | 0.56% | - |
| HSV(B) | 319.38º | 0.63% | 0.82% | - |
| XYZ | 35.62 | 21.61 | 38.37 | - |
| YUV | 126.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 166 | 0 | 0.62 | 0.20 | 0.18 | 319.38 | 0.58 | 0.56 |
| Hex | D0 | 4E | A6 | 0 | 3E | 14 | 12 | 13F | 3A | 38 |
| Octal | 320 | 116 | 246 | 0 | 76 | 24 | 22 | 477 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10100110 | 0 | 111110 | 10100 | 10010 | 100111111 | 111010 | 111000 |
Color Harmonies of #D04EA6
Complementary color
Monochromatic Colors of #D04EA6
Black with #D04EA6
Text Example
Text Example
White with #D04EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EA6; }
p { color: rgb(208,78,166); }
H1.HeaderClassName
{
color: #D04EA6;
}
.AnyTagClassName
{
color: #D04EA6;
}
</style>
background-color css
<style>
a { background-color: #D04EA6; }
a { background-color: rgb(208,78,166); }
div.DivClassName
{
background-color: #D04EA6;
}
.BgClassName
{
background-color: #D04EA6;
}
</style>
border-color css
<style>
span { border-color: #D04EA6; }
span { border-color: rgb(208,78,166); }
td.TdClassName
{
border-color: #D04EA6;
}
.TagClassName
{
border-color: #D04EA6;
}
</style>