Shades of Mulberry #D24DAB
Tints of Mulberry #D24DAB
RGB
CMYK
RGB Variations
Color information
#D24DAB (or 0xD24DAB) is known color: Mulberry. HEX triplet: D2, 4D and AB. RGB value is (210,77,171). Sum of RGB (Red+Green+Blue) = 210+77+171=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DAB is #2DB254. Grayscale: #7F7F7F. Windows color (decimal): -2994773 or 11226578. OLE color: 11226578.
HSL color Cylindrical-coordinate representation of color #D24DAB: hue angle of 317.59º degrees, saturation: 0.6, 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 #D24DAB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 171 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.18 |
| HSL | 317.59º | 0.6% | 0.56% | - |
| HSV(B) | 317.59º | 0.63% | 0.82% | - |
| XYZ | 36.58 | 21.95 | 40.84 | - |
| YUV | 127.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 171 | 0 | 0.63 | 0.19 | 0.18 | 317.59 | 0.6 | 0.56 |
| Hex | D2 | 4D | AB | 0 | 3F | 13 | 12 | 13E | 3C | 38 |
| Octal | 322 | 115 | 253 | 0 | 77 | 23 | 22 | 476 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10101011 | 0 | 111111 | 10011 | 10010 | 100111110 | 111100 | 111000 |
Color Harmonies of #D24DAB
Complementary color
Monochromatic Colors of #D24DAB
Black with #D24DAB
Text Example
Text Example
White with #D24DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DAB; }
p { color: rgb(210,77,171); }
H1.HeaderClassName
{
color: #D24DAB;
}
.AnyTagClassName
{
color: #D24DAB;
}
</style>
background-color css
<style>
a { background-color: #D24DAB; }
a { background-color: rgb(210,77,171); }
div.DivClassName
{
background-color: #D24DAB;
}
.BgClassName
{
background-color: #D24DAB;
}
</style>
border-color css
<style>
span { border-color: #D24DAB; }
span { border-color: rgb(210,77,171); }
td.TdClassName
{
border-color: #D24DAB;
}
.TagClassName
{
border-color: #D24DAB;
}
</style>