Shades of Mulberry #D24893
Tints of Mulberry #D24893
RGB
CMYK
RGB Variations
Color information
#D24893 (or 0xD24893) is known color: Mulberry. HEX triplet: D2, 48 and 93. RGB value is (210,72,147). Sum of RGB (Red+Green+Blue) = 210+72+147=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24893 is #2DB76C. Grayscale: #797979. Windows color (decimal): -2996077 or 9652434. OLE color: 9652434.
HSL color Cylindrical-coordinate representation of color #D24893: hue angle of 327.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24893 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 147 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.18 |
| HSL | 327.39º | 0.61% | 0.55% | - |
| HSV(B) | 327.39º | 0.66% | 0.82% | - |
| XYZ | 34.16 | 20.44 | 29.75 | - |
| YUV | 121.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 147 | 0 | 0.66 | 0.30 | 0.18 | 327.39 | 0.61 | 0.55 |
| Hex | D2 | 48 | 93 | 0 | 42 | 1E | 12 | 147 | 3D | 37 |
| Octal | 322 | 110 | 223 | 0 | 102 | 36 | 22 | 507 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10010011 | 0 | 1000010 | 11110 | 10010 | 101000111 | 111101 | 110111 |
Color Harmonies of #D24893
Complementary color
Monochromatic Colors of #D24893
Black with #D24893
Text Example
Text Example
White with #D24893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24893; }
p { color: rgb(210,72,147); }
H1.HeaderClassName
{
color: #D24893;
}
.AnyTagClassName
{
color: #D24893;
}
</style>
background-color css
<style>
a { background-color: #D24893; }
a { background-color: rgb(210,72,147); }
div.DivClassName
{
background-color: #D24893;
}
.BgClassName
{
background-color: #D24893;
}
</style>
border-color css
<style>
span { border-color: #D24893; }
span { border-color: rgb(210,72,147); }
td.TdClassName
{
border-color: #D24893;
}
.TagClassName
{
border-color: #D24893;
}
</style>