Shades of Mulberry #D24397
Tints of Mulberry #D24397
RGB
CMYK
RGB Variations
Color information
#D24397 (or 0xD24397) is known color: Mulberry. HEX triplet: D2, 43 and 97. RGB value is (210,67,151). Sum of RGB (Red+Green+Blue) = 210+67+151=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D24397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24397 is #2DBC68. Grayscale: #777777. Windows color (decimal): -2997353 or 9913298. OLE color: 9913298.
HSL color Cylindrical-coordinate representation of color #D24397: hue angle of 324.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24397 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 151 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.18 |
| HSL | 324.76º | 0.61% | 0.54% | - |
| HSV(B) | 324.76º | 0.68% | 0.82% | - |
| XYZ | 34.17 | 19.95 | 31.33 | - |
| YUV | 119.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 151 | 0 | 0.68 | 0.28 | 0.18 | 324.76 | 0.61 | 0.54 |
| Hex | D2 | 43 | 97 | 0 | 44 | 1C | 12 | 145 | 3D | 36 |
| Octal | 322 | 103 | 227 | 0 | 104 | 34 | 22 | 505 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10010111 | 0 | 1000100 | 11100 | 10010 | 101000101 | 111101 | 110110 |
Color Harmonies of #D24397
Complementary color
Monochromatic Colors of #D24397
Black with #D24397
Text Example
Text Example
White with #D24397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24397; }
p { color: rgb(210,67,151); }
H1.HeaderClassName
{
color: #D24397;
}
.AnyTagClassName
{
color: #D24397;
}
</style>
background-color css
<style>
a { background-color: #D24397; }
a { background-color: rgb(210,67,151); }
div.DivClassName
{
background-color: #D24397;
}
.BgClassName
{
background-color: #D24397;
}
</style>
border-color css
<style>
span { border-color: #D24397; }
span { border-color: rgb(210,67,151); }
td.TdClassName
{
border-color: #D24397;
}
.TagClassName
{
border-color: #D24397;
}
</style>