Shades of Mulberry #D24492
Tints of Mulberry #D24492
RGB
CMYK
RGB Variations
Color information
#D24492 (or 0xD24492) is known color: Mulberry. HEX triplet: D2, 44 and 92. RGB value is (210,68,146). Sum of RGB (Red+Green+Blue) = 210+68+146=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D24492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24492 is #2DBB6D. Grayscale: #777777. Windows color (decimal): -2997102 or 9585874. OLE color: 9585874.
HSL color Cylindrical-coordinate representation of color #D24492: hue angle of 327.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24492 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 146 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.18 |
| HSL | 327.04º | 0.61% | 0.55% | - |
| HSV(B) | 327.04º | 0.68% | 0.82% | - |
| XYZ | 33.83 | 19.91 | 29.25 | - |
| YUV | 119.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 146 | 0 | 0.68 | 0.30 | 0.18 | 327.04 | 0.61 | 0.55 |
| Hex | D2 | 44 | 92 | 0 | 44 | 1E | 12 | 147 | 3D | 37 |
| Octal | 322 | 104 | 222 | 0 | 104 | 36 | 22 | 507 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10010010 | 0 | 1000100 | 11110 | 10010 | 101000111 | 111101 | 110111 |
Color Harmonies of #D24492
Complementary color
Monochromatic Colors of #D24492
Black with #D24492
Text Example
Text Example
White with #D24492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24492; }
p { color: rgb(210,68,146); }
H1.HeaderClassName
{
color: #D24492;
}
.AnyTagClassName
{
color: #D24492;
}
</style>
background-color css
<style>
a { background-color: #D24492; }
a { background-color: rgb(210,68,146); }
div.DivClassName
{
background-color: #D24492;
}
.BgClassName
{
background-color: #D24492;
}
</style>
border-color css
<style>
span { border-color: #D24492; }
span { border-color: rgb(210,68,146); }
td.TdClassName
{
border-color: #D24492;
}
.TagClassName
{
border-color: #D24492;
}
</style>