Shades of Mulberry #D24BA1
Tints of Mulberry #D24BA1
RGB
CMYK
RGB Variations
Color information
#D24BA1 (or 0xD24BA1) is known color: Mulberry. HEX triplet: D2, 4B and A1. RGB value is (210,75,161). Sum of RGB (Red+Green+Blue) = 210+75+161=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BA1 is #2DB45E. Grayscale: #7C7C7C. Windows color (decimal): -2995295 or 10570706. OLE color: 10570706.
HSL color Cylindrical-coordinate representation of color #D24BA1: hue angle of 321.78º 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 #D24BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 161 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.18 |
| HSL | 321.78º | 0.6% | 0.56% | - |
| HSV(B) | 321.78º | 0.64% | 0.82% | - |
| XYZ | 35.53 | 21.31 | 35.96 | - |
| YUV | 125.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 161 | 0 | 0.64 | 0.23 | 0.18 | 321.78 | 0.6 | 0.56 |
| Hex | D2 | 4B | A1 | 0 | 40 | 17 | 12 | 142 | 3C | 38 |
| Octal | 322 | 113 | 241 | 0 | 100 | 27 | 22 | 502 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10100001 | 0 | 1000000 | 10111 | 10010 | 101000010 | 111100 | 111000 |
Color Harmonies of #D24BA1
Complementary color
Monochromatic Colors of #D24BA1
Black with #D24BA1
Text Example
Text Example
White with #D24BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BA1; }
p { color: rgb(210,75,161); }
H1.HeaderClassName
{
color: #D24BA1;
}
.AnyTagClassName
{
color: #D24BA1;
}
</style>
background-color css
<style>
a { background-color: #D24BA1; }
a { background-color: rgb(210,75,161); }
div.DivClassName
{
background-color: #D24BA1;
}
.BgClassName
{
background-color: #D24BA1;
}
</style>
border-color css
<style>
span { border-color: #D24BA1; }
span { border-color: rgb(210,75,161); }
td.TdClassName
{
border-color: #D24BA1;
}
.TagClassName
{
border-color: #D24BA1;
}
</style>