Shades of Mulberry #D24BAA
Tints of Mulberry #D24BAA
RGB
CMYK
RGB Variations
Color information
#D24BAA (or 0xD24BAA) is known color: Mulberry. HEX triplet: D2, 4B and AA. RGB value is (210,75,170). Sum of RGB (Red+Green+Blue) = 210+75+170=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BAA is #2DB455. Grayscale: #7D7D7D. Windows color (decimal): -2995286 or 11160530. OLE color: 11160530.
HSL color Cylindrical-coordinate representation of color #D24BAA: hue angle of 317.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 #D24BAA is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 170 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.18 |
| HSL | 317.78º | 0.6% | 0.56% | - |
| HSV(B) | 317.78º | 0.64% | 0.82% | - |
| XYZ | 36.35 | 21.64 | 40.29 | - |
| YUV | 126.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 170 | 0 | 0.64 | 0.19 | 0.18 | 317.78 | 0.6 | 0.56 |
| Hex | D2 | 4B | AA | 0 | 40 | 13 | 12 | 13E | 3C | 38 |
| Octal | 322 | 113 | 252 | 0 | 100 | 23 | 22 | 476 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10101010 | 0 | 1000000 | 10011 | 10010 | 100111110 | 111100 | 111000 |
Color Harmonies of #D24BAA
Complementary color
Monochromatic Colors of #D24BAA
Black with #D24BAA
Text Example
Text Example
White with #D24BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BAA; }
p { color: rgb(210,75,170); }
H1.HeaderClassName
{
color: #D24BAA;
}
.AnyTagClassName
{
color: #D24BAA;
}
</style>
background-color css
<style>
a { background-color: #D24BAA; }
a { background-color: rgb(210,75,170); }
div.DivClassName
{
background-color: #D24BAA;
}
.BgClassName
{
background-color: #D24BAA;
}
</style>
border-color css
<style>
span { border-color: #D24BAA; }
span { border-color: rgb(210,75,170); }
td.TdClassName
{
border-color: #D24BAA;
}
.TagClassName
{
border-color: #D24BAA;
}
</style>