Shades of Mulberry #D24898
Tints of Mulberry #D24898
RGB
CMYK
RGB Variations
Color information
#D24898 (or 0xD24898) is known color: Mulberry. HEX triplet: D2, 48 and 98. RGB value is (210,72,152). Sum of RGB (Red+Green+Blue) = 210+72+152=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D24898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24898 is #2DB767. Grayscale: #7A7A7A. Windows color (decimal): -2996072 or 9980114. OLE color: 9980114.
HSL color Cylindrical-coordinate representation of color #D24898: hue angle of 325.22º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24898 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 152 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.18 |
| HSL | 325.22º | 0.61% | 0.55% | - |
| HSV(B) | 325.22º | 0.66% | 0.82% | - |
| XYZ | 34.56 | 20.6 | 31.86 | - |
| YUV | 122.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 152 | 0 | 0.66 | 0.28 | 0.18 | 325.22 | 0.61 | 0.55 |
| Hex | D2 | 48 | 98 | 0 | 42 | 1C | 12 | 145 | 3D | 37 |
| Octal | 322 | 110 | 230 | 0 | 102 | 34 | 22 | 505 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10011000 | 0 | 1000010 | 11100 | 10010 | 101000101 | 111101 | 110111 |
Color Harmonies of #D24898
Complementary color
Monochromatic Colors of #D24898
Black with #D24898
Text Example
Text Example
White with #D24898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24898; }
p { color: rgb(210,72,152); }
H1.HeaderClassName
{
color: #D24898;
}
.AnyTagClassName
{
color: #D24898;
}
</style>
background-color css
<style>
a { background-color: #D24898; }
a { background-color: rgb(210,72,152); }
div.DivClassName
{
background-color: #D24898;
}
.BgClassName
{
background-color: #D24898;
}
</style>
border-color css
<style>
span { border-color: #D24898; }
span { border-color: rgb(210,72,152); }
td.TdClassName
{
border-color: #D24898;
}
.TagClassName
{
border-color: #D24898;
}
</style>