Shades of Mulberry #D24491
Tints of Mulberry #D24491
RGB
CMYK
RGB Variations
Color information
#D24491 (or 0xD24491) is known color: Mulberry. HEX triplet: D2, 44 and 91. RGB value is (210,68,145). Sum of RGB (Red+Green+Blue) = 210+68+145=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24491 is #2DBB6E. Grayscale: #777777. Windows color (decimal): -2997103 or 9520338. OLE color: 9520338.
HSL color Cylindrical-coordinate representation of color #D24491: hue angle of 327.46º 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 #D24491 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 145 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.18 |
| HSL | 327.46º | 0.61% | 0.55% | - |
| HSV(B) | 327.46º | 0.68% | 0.82% | - |
| XYZ | 33.76 | 19.88 | 28.85 | - |
| YUV | 119.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 145 | 0 | 0.68 | 0.31 | 0.18 | 327.46 | 0.61 | 0.55 |
| Hex | D2 | 44 | 91 | 0 | 44 | 1F | 12 | 147 | 3D | 37 |
| Octal | 322 | 104 | 221 | 0 | 104 | 37 | 22 | 507 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10010001 | 0 | 1000100 | 11111 | 10010 | 101000111 | 111101 | 110111 |
Color Harmonies of #D24491
Complementary color
Monochromatic Colors of #D24491
Black with #D24491
Text Example
Text Example
White with #D24491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24491; }
p { color: rgb(210,68,145); }
H1.HeaderClassName
{
color: #D24491;
}
.AnyTagClassName
{
color: #D24491;
}
</style>
background-color css
<style>
a { background-color: #D24491; }
a { background-color: rgb(210,68,145); }
div.DivClassName
{
background-color: #D24491;
}
.BgClassName
{
background-color: #D24491;
}
</style>
border-color css
<style>
span { border-color: #D24491; }
span { border-color: rgb(210,68,145); }
td.TdClassName
{
border-color: #D24491;
}
.TagClassName
{
border-color: #D24491;
}
</style>