Shades of Mulberry #D24288
Tints of Mulberry #D24288
RGB
CMYK
RGB Variations
Color information
#D24288 (or 0xD24288) is known color: Mulberry. HEX triplet: D2, 42 and 88. RGB value is (210,66,136). Sum of RGB (Red+Green+Blue) = 210+66+136=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D24288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24288 is #2DBD77. Grayscale: #747474. Windows color (decimal): -2997624 or 8930002. OLE color: 8930002.
HSL color Cylindrical-coordinate representation of color #D24288: hue angle of 330.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24288 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 136 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.18 |
| HSL | 330.83º | 0.62% | 0.54% | - |
| HSV(B) | 330.83º | 0.69% | 0.82% | - |
| XYZ | 32.97 | 19.38 | 25.29 | - |
| YUV | 117.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 136 | 0 | 0.69 | 0.35 | 0.18 | 330.83 | 0.62 | 0.54 |
| Hex | D2 | 42 | 88 | 0 | 45 | 23 | 12 | 14B | 3E | 36 |
| Octal | 322 | 102 | 210 | 0 | 105 | 43 | 22 | 513 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10001000 | 0 | 1000101 | 100011 | 10010 | 101001011 | 111110 | 110110 |
Color Harmonies of #D24288
Complementary color
Monochromatic Colors of #D24288
Black with #D24288
Text Example
Text Example
White with #D24288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24288; }
p { color: rgb(210,66,136); }
H1.HeaderClassName
{
color: #D24288;
}
.AnyTagClassName
{
color: #D24288;
}
</style>
background-color css
<style>
a { background-color: #D24288; }
a { background-color: rgb(210,66,136); }
div.DivClassName
{
background-color: #D24288;
}
.BgClassName
{
background-color: #D24288;
}
</style>
border-color css
<style>
span { border-color: #D24288; }
span { border-color: rgb(210,66,136); }
td.TdClassName
{
border-color: #D24288;
}
.TagClassName
{
border-color: #D24288;
}
</style>