Shades of Mulberry #D04CA6
Tints of Mulberry #D04CA6
RGB
CMYK
RGB Variations
Color information
#D04CA6 (or 0xD04CA6) is known color: Mulberry. HEX triplet: D0, 4C and A6. RGB value is (208,76,166). Sum of RGB (Red+Green+Blue) = 208+76+166=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04CA6 is #2FB359. Grayscale: #7D7D7D. Windows color (decimal): -3126106 or 10898640. OLE color: 10898640.
HSL color Cylindrical-coordinate representation of color #D04CA6: hue angle of 319.09º 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 #D04CA6 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 166 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.18 |
| HSL | 319.09º | 0.58% | 0.56% | - |
| HSV(B) | 319.09º | 0.63% | 0.82% | - |
| XYZ | 35.48 | 21.33 | 38.32 | - |
| YUV | 125.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 166 | 0 | 0.63 | 0.20 | 0.18 | 319.09 | 0.58 | 0.56 |
| Hex | D0 | 4C | A6 | 0 | 3F | 14 | 12 | 13F | 3A | 38 |
| Octal | 320 | 114 | 246 | 0 | 77 | 24 | 22 | 477 | 72 | 70 |
| Binary | 11010000 | 1001100 | 10100110 | 0 | 111111 | 10100 | 10010 | 100111111 | 111010 | 111000 |
Color Harmonies of #D04CA6
Complementary color
Monochromatic Colors of #D04CA6
Black with #D04CA6
Text Example
Text Example
White with #D04CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CA6; }
p { color: rgb(208,76,166); }
H1.HeaderClassName
{
color: #D04CA6;
}
.AnyTagClassName
{
color: #D04CA6;
}
</style>
background-color css
<style>
a { background-color: #D04CA6; }
a { background-color: rgb(208,76,166); }
div.DivClassName
{
background-color: #D04CA6;
}
.BgClassName
{
background-color: #D04CA6;
}
</style>
border-color css
<style>
span { border-color: #D04CA6; }
span { border-color: rgb(208,76,166); }
td.TdClassName
{
border-color: #D04CA6;
}
.TagClassName
{
border-color: #D04CA6;
}
</style>