Shades of Mulberry #D24A84
Tints of Mulberry #D24A84
RGB
CMYK
RGB Variations
Color information
#D24A84 (or 0xD24A84) is known color: Mulberry. HEX triplet: D2, 4A and 84. RGB value is (210,74,132). Sum of RGB (Red+Green+Blue) = 210+74+132=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24A84 is #2DB57B. Grayscale: #797979. Windows color (decimal): -2995580 or 8669906. OLE color: 8669906.
HSL color Cylindrical-coordinate representation of color #D24A84: hue angle of 334.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A84 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 132 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.18 |
| HSL | 334.41º | 0.6% | 0.56% | - |
| HSV(B) | 334.41º | 0.65% | 0.82% | - |
| XYZ | 33.19 | 20.27 | 23.99 | - |
| YUV | 121.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 132 | 0 | 0.65 | 0.37 | 0.18 | 334.41 | 0.6 | 0.56 |
| Hex | D2 | 4A | 84 | 0 | 41 | 25 | 12 | 14E | 3C | 38 |
| Octal | 322 | 112 | 204 | 0 | 101 | 45 | 22 | 516 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10000100 | 0 | 1000001 | 100101 | 10010 | 101001110 | 111100 | 111000 |
Color Harmonies of #D24A84
Complementary color
Monochromatic Colors of #D24A84
Black with #D24A84
Text Example
Text Example
White with #D24A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A84; }
p { color: rgb(210,74,132); }
H1.HeaderClassName
{
color: #D24A84;
}
.AnyTagClassName
{
color: #D24A84;
}
</style>
background-color css
<style>
a { background-color: #D24A84; }
a { background-color: rgb(210,74,132); }
div.DivClassName
{
background-color: #D24A84;
}
.BgClassName
{
background-color: #D24A84;
}
</style>
border-color css
<style>
span { border-color: #D24A84; }
span { border-color: rgb(210,74,132); }
td.TdClassName
{
border-color: #D24A84;
}
.TagClassName
{
border-color: #D24A84;
}
</style>