Shades of Mulberry #D24396
Tints of Mulberry #D24396
RGB
CMYK
RGB Variations
Color information
#D24396 (or 0xD24396) is known color: Mulberry. HEX triplet: D2, 43 and 96. RGB value is (210,67,150). Sum of RGB (Red+Green+Blue) = 210+67+150=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D24396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24396 is #2DBC69. Grayscale: #777777. Windows color (decimal): -2997354 or 9847762. OLE color: 9847762.
HSL color Cylindrical-coordinate representation of color #D24396: hue angle of 325.17º 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 #D24396 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 150 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.18 |
| HSL | 325.17º | 0.61% | 0.54% | - |
| HSV(B) | 325.17º | 0.68% | 0.82% | - |
| XYZ | 34.09 | 19.92 | 30.9 | - |
| YUV | 119.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 150 | 0 | 0.68 | 0.29 | 0.18 | 325.17 | 0.61 | 0.54 |
| Hex | D2 | 43 | 96 | 0 | 44 | 1D | 12 | 145 | 3D | 36 |
| Octal | 322 | 103 | 226 | 0 | 104 | 35 | 22 | 505 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10010110 | 0 | 1000100 | 11101 | 10010 | 101000101 | 111101 | 110110 |
Color Harmonies of #D24396
Complementary color
Monochromatic Colors of #D24396
Black with #D24396
Text Example
Text Example
White with #D24396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24396; }
p { color: rgb(210,67,150); }
H1.HeaderClassName
{
color: #D24396;
}
.AnyTagClassName
{
color: #D24396;
}
</style>
background-color css
<style>
a { background-color: #D24396; }
a { background-color: rgb(210,67,150); }
div.DivClassName
{
background-color: #D24396;
}
.BgClassName
{
background-color: #D24396;
}
</style>
border-color css
<style>
span { border-color: #D24396; }
span { border-color: rgb(210,67,150); }
td.TdClassName
{
border-color: #D24396;
}
.TagClassName
{
border-color: #D24396;
}
</style>