Shades of Mulberry #D24BA2
Tints of Mulberry #D24BA2
RGB
CMYK
RGB Variations
Color information
#D24BA2 (or 0xD24BA2) is known color: Mulberry. HEX triplet: D2, 4B and A2. RGB value is (210,75,162). Sum of RGB (Red+Green+Blue) = 210+75+162=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BA2 is #2DB45D. Grayscale: #7D7D7D. Windows color (decimal): -2995294 or 10636242. OLE color: 10636242.
HSL color Cylindrical-coordinate representation of color #D24BA2: hue angle of 321.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24BA2 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 162 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.18 |
| HSL | 321.33º | 0.6% | 0.56% | - |
| HSV(B) | 321.33º | 0.64% | 0.82% | - |
| XYZ | 35.62 | 21.34 | 36.42 | - |
| YUV | 125.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 162 | 0 | 0.64 | 0.23 | 0.18 | 321.33 | 0.6 | 0.56 |
| Hex | D2 | 4B | A2 | 0 | 40 | 17 | 12 | 141 | 3C | 38 |
| Octal | 322 | 113 | 242 | 0 | 100 | 27 | 22 | 501 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10100010 | 0 | 1000000 | 10111 | 10010 | 101000001 | 111100 | 111000 |
Color Harmonies of #D24BA2
Complementary color
Monochromatic Colors of #D24BA2
Black with #D24BA2
Text Example
Text Example
White with #D24BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BA2; }
p { color: rgb(210,75,162); }
H1.HeaderClassName
{
color: #D24BA2;
}
.AnyTagClassName
{
color: #D24BA2;
}
</style>
background-color css
<style>
a { background-color: #D24BA2; }
a { background-color: rgb(210,75,162); }
div.DivClassName
{
background-color: #D24BA2;
}
.BgClassName
{
background-color: #D24BA2;
}
</style>
border-color css
<style>
span { border-color: #D24BA2; }
span { border-color: rgb(210,75,162); }
td.TdClassName
{
border-color: #D24BA2;
}
.TagClassName
{
border-color: #D24BA2;
}
</style>