Shades of Mulberry #D24488
Tints of Mulberry #D24488
RGB
CMYK
RGB Variations
Color information
#D24488 (or 0xD24488) is known color: Mulberry. HEX triplet: D2, 44 and 88. RGB value is (210,68,136). Sum of RGB (Red+Green+Blue) = 210+68+136=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D24488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24488 is #2DBB77. Grayscale: #767676. Windows color (decimal): -2997112 or 8930514. OLE color: 8930514.
HSL color Cylindrical-coordinate representation of color #D24488: hue angle of 331.27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24488 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 136 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.18 |
| HSL | 331.27º | 0.61% | 0.55% | - |
| HSV(B) | 331.27º | 0.68% | 0.82% | - |
| XYZ | 33.09 | 19.61 | 25.33 | - |
| YUV | 118.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 136 | 0 | 0.68 | 0.35 | 0.18 | 331.27 | 0.61 | 0.55 |
| Hex | D2 | 44 | 88 | 0 | 44 | 23 | 12 | 14B | 3D | 37 |
| Octal | 322 | 104 | 210 | 0 | 104 | 43 | 22 | 513 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10001000 | 0 | 1000100 | 100011 | 10010 | 101001011 | 111101 | 110111 |
Color Harmonies of #D24488
Complementary color
Monochromatic Colors of #D24488
Black with #D24488
Text Example
Text Example
White with #D24488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24488; }
p { color: rgb(210,68,136); }
H1.HeaderClassName
{
color: #D24488;
}
.AnyTagClassName
{
color: #D24488;
}
</style>
background-color css
<style>
a { background-color: #D24488; }
a { background-color: rgb(210,68,136); }
div.DivClassName
{
background-color: #D24488;
}
.BgClassName
{
background-color: #D24488;
}
</style>
border-color css
<style>
span { border-color: #D24488; }
span { border-color: rgb(210,68,136); }
td.TdClassName
{
border-color: #D24488;
}
.TagClassName
{
border-color: #D24488;
}
</style>