Shades of Mulberry #D24197
Tints of Mulberry #D24197
RGB
CMYK
RGB Variations
Color information
#D24197 (or 0xD24197) is known color: Mulberry. HEX triplet: D2, 41 and 97. RGB value is (210,65,151). Sum of RGB (Red+Green+Blue) = 210+65+151=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D24197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24197 is #2DBE68. Grayscale: #757575. Windows color (decimal): -2997865 or 9912786. OLE color: 9912786.
HSL color Cylindrical-coordinate representation of color #D24197: hue angle of 324.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24197 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 151 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.18 |
| HSL | 324.41º | 0.62% | 0.54% | - |
| HSV(B) | 324.41º | 0.69% | 0.82% | - |
| XYZ | 34.05 | 19.72 | 31.29 | - |
| YUV | 118.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 151 | 0 | 0.69 | 0.28 | 0.18 | 324.41 | 0.62 | 0.54 |
| Hex | D2 | 41 | 97 | 0 | 45 | 1C | 12 | 144 | 3E | 36 |
| Octal | 322 | 101 | 227 | 0 | 105 | 34 | 22 | 504 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10010111 | 0 | 1000101 | 11100 | 10010 | 101000100 | 111110 | 110110 |
Color Harmonies of #D24197
Complementary color
Monochromatic Colors of #D24197
Black with #D24197
Text Example
Text Example
White with #D24197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24197; }
p { color: rgb(210,65,151); }
H1.HeaderClassName
{
color: #D24197;
}
.AnyTagClassName
{
color: #D24197;
}
</style>
background-color css
<style>
a { background-color: #D24197; }
a { background-color: rgb(210,65,151); }
div.DivClassName
{
background-color: #D24197;
}
.BgClassName
{
background-color: #D24197;
}
</style>
border-color css
<style>
span { border-color: #D24197; }
span { border-color: rgb(210,65,151); }
td.TdClassName
{
border-color: #D24197;
}
.TagClassName
{
border-color: #D24197;
}
</style>