Shades of Mulberry #D04CA9
Tints of Mulberry #D04CA9
RGB
CMYK
RGB Variations
Color information
#D04CA9 (or 0xD04CA9) is known color: Mulberry. HEX triplet: D0, 4C and A9. RGB value is (208,76,169). Sum of RGB (Red+Green+Blue) = 208+76+169=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA9 is #2FB356. Grayscale: #7D7D7D. Windows color (decimal): -3126103 or 11095248. OLE color: 11095248.
HSL color Cylindrical-coordinate representation of color #D04CA9: hue angle of 317.73º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CA9 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 169 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.18 |
| HSL | 317.73º | 0.58% | 0.56% | - |
| HSV(B) | 317.73º | 0.63% | 0.82% | - |
| XYZ | 35.76 | 21.44 | 39.79 | - |
| YUV | 126.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 169 | 0 | 0.63 | 0.19 | 0.18 | 317.73 | 0.58 | 0.56 |
| Hex | D0 | 4C | A9 | 0 | 3F | 13 | 12 | 13E | 3A | 38 |
| Octal | 320 | 114 | 251 | 0 | 77 | 23 | 22 | 476 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10101001 | 0 | 111111 | 10011 | 10010 | 100111110 | 111010 | 111000 |
Color Harmonies of #D04CA9
Complementary color
Monochromatic Colors of #D04CA9
Black with #D04CA9
Text Example
Text Example
White with #D04CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CA9; }
p { color: rgb(208,76,169); }
H1.HeaderClassName
{
color: #D04CA9;
}
.AnyTagClassName
{
color: #D04CA9;
}
</style>
background-color css
<style>
a { background-color: #D04CA9; }
a { background-color: rgb(208,76,169); }
div.DivClassName
{
background-color: #D04CA9;
}
.BgClassName
{
background-color: #D04CA9;
}
</style>
border-color css
<style>
span { border-color: #D04CA9; }
span { border-color: rgb(208,76,169); }
td.TdClassName
{
border-color: #D04CA9;
}
.TagClassName
{
border-color: #D04CA9;
}
</style>