Shades of Mulberry #D24DAA
Tints of Mulberry #D24DAA
RGB
CMYK
RGB Variations
Color information
#D24DAA (or 0xD24DAA) is known color: Mulberry. HEX triplet: D2, 4D and AA. RGB value is (210,77,170). Sum of RGB (Red+Green+Blue) = 210+77+170=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DAA is #2DB255. Grayscale: #7F7F7F. Windows color (decimal): -2994774 or 11161042. OLE color: 11161042.
HSL color Cylindrical-coordinate representation of color #D24DAA: hue angle of 318.05º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DAA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 170 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.18 |
| HSL | 318.05º | 0.6% | 0.56% | - |
| HSV(B) | 318.05º | 0.63% | 0.82% | - |
| XYZ | 36.49 | 21.91 | 40.34 | - |
| YUV | 127.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 170 | 0 | 0.63 | 0.19 | 0.18 | 318.05 | 0.6 | 0.56 |
| Hex | D2 | 4D | AA | 0 | 3F | 13 | 12 | 13E | 3C | 38 |
| Octal | 322 | 115 | 252 | 0 | 77 | 23 | 22 | 476 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10101010 | 0 | 111111 | 10011 | 10010 | 100111110 | 111100 | 111000 |
Color Harmonies of #D24DAA
Complementary color
Monochromatic Colors of #D24DAA
Black with #D24DAA
Text Example
Text Example
White with #D24DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DAA; }
p { color: rgb(210,77,170); }
H1.HeaderClassName
{
color: #D24DAA;
}
.AnyTagClassName
{
color: #D24DAA;
}
</style>
background-color css
<style>
a { background-color: #D24DAA; }
a { background-color: rgb(210,77,170); }
div.DivClassName
{
background-color: #D24DAA;
}
.BgClassName
{
background-color: #D24DAA;
}
</style>
border-color css
<style>
span { border-color: #D24DAA; }
span { border-color: rgb(210,77,170); }
td.TdClassName
{
border-color: #D24DAA;
}
.TagClassName
{
border-color: #D24DAA;
}
</style>