Shades of Mulberry #D24D88
Tints of Mulberry #D24D88
RGB
CMYK
RGB Variations
Color information
#D24D88 (or 0xD24D88) is known color: Mulberry. HEX triplet: D2, 4D and 88. RGB value is (210,77,136). Sum of RGB (Red+Green+Blue) = 210+77+136=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D88 is #2DB277. Grayscale: #7B7B7B. Windows color (decimal): -2994808 or 8932818. OLE color: 8932818.
HSL color Cylindrical-coordinate representation of color #D24D88: hue angle of 333.38º 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 #D24D88 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 136 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.18 |
| HSL | 333.38º | 0.6% | 0.56% | - |
| HSV(B) | 333.38º | 0.63% | 0.82% | - |
| XYZ | 33.68 | 20.79 | 25.53 | - |
| YUV | 123.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 136 | 0 | 0.63 | 0.35 | 0.18 | 333.38 | 0.6 | 0.56 |
| Hex | D2 | 4D | 88 | 0 | 3F | 23 | 12 | 14D | 3C | 38 |
| Octal | 322 | 115 | 210 | 0 | 77 | 43 | 22 | 515 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10001000 | 0 | 111111 | 100011 | 10010 | 101001101 | 111100 | 111000 |
Color Harmonies of #D24D88
Complementary color
Monochromatic Colors of #D24D88
Black with #D24D88
Text Example
Text Example
White with #D24D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D88; }
p { color: rgb(210,77,136); }
H1.HeaderClassName
{
color: #D24D88;
}
.AnyTagClassName
{
color: #D24D88;
}
</style>
background-color css
<style>
a { background-color: #D24D88; }
a { background-color: rgb(210,77,136); }
div.DivClassName
{
background-color: #D24D88;
}
.BgClassName
{
background-color: #D24D88;
}
</style>
border-color css
<style>
span { border-color: #D24D88; }
span { border-color: rgb(210,77,136); }
td.TdClassName
{
border-color: #D24D88;
}
.TagClassName
{
border-color: #D24D88;
}
</style>