Shades of Mulberry #D24098
Tints of Mulberry #D24098
RGB
CMYK
RGB Variations
Color information
#D24098 (or 0xD24098) is known color: Mulberry. HEX triplet: D2, 40 and 98. RGB value is (210,64,152). Sum of RGB (Red+Green+Blue) = 210+64+152=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D24098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24098 is #2DBF67. Grayscale: #757575. Windows color (decimal): -2998120 or 9978066. OLE color: 9978066.
HSL color Cylindrical-coordinate representation of color #D24098: hue angle of 323.84º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24098 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 152 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.18 |
| HSL | 323.84º | 0.62% | 0.54% | - |
| HSV(B) | 323.84º | 0.7% | 0.82% | - |
| XYZ | 34.08 | 19.64 | 31.7 | - |
| YUV | 117.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 152 | 0 | 0.70 | 0.28 | 0.18 | 323.84 | 0.62 | 0.54 |
| Hex | D2 | 40 | 98 | 0 | 46 | 1C | 12 | 144 | 3E | 36 |
| Octal | 322 | 100 | 230 | 0 | 106 | 34 | 22 | 504 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10011000 | 0 | 1000110 | 11100 | 10010 | 101000100 | 111110 | 110110 |
Color Harmonies of #D24098
Complementary color
Monochromatic Colors of #D24098
Black with #D24098
Text Example
Text Example
White with #D24098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24098; }
p { color: rgb(210,64,152); }
H1.HeaderClassName
{
color: #D24098;
}
.AnyTagClassName
{
color: #D24098;
}
</style>
background-color css
<style>
a { background-color: #D24098; }
a { background-color: rgb(210,64,152); }
div.DivClassName
{
background-color: #D24098;
}
.BgClassName
{
background-color: #D24098;
}
</style>
border-color css
<style>
span { border-color: #D24098; }
span { border-color: rgb(210,64,152); }
td.TdClassName
{
border-color: #D24098;
}
.TagClassName
{
border-color: #D24098;
}
</style>