Shades of Mulberry #D244AA
Tints of Mulberry #D244AA
RGB
CMYK
RGB Variations
Color information
#D244AA (or 0xD244AA) is known color: Mulberry. HEX triplet: D2, 44 and AA. RGB value is (210,68,170). Sum of RGB (Red+Green+Blue) = 210+68+170=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D244AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D244AA is #2DBB55. Grayscale: #797979. Windows color (decimal): -2997078 or 11158738. OLE color: 11158738.
HSL color Cylindrical-coordinate representation of color #D244AA: hue angle of 316.9º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244AA is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 170 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.18 |
| HSL | 316.9º | 0.61% | 0.55% | - |
| HSV(B) | 316.9º | 0.68% | 0.82% | - |
| XYZ | 35.9 | 20.74 | 40.14 | - |
| YUV | 122.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 170 | 0 | 0.68 | 0.19 | 0.18 | 316.9 | 0.61 | 0.55 |
| Hex | D2 | 44 | AA | 0 | 44 | 13 | 12 | 13D | 3D | 37 |
| Octal | 322 | 104 | 252 | 0 | 104 | 23 | 22 | 475 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10101010 | 0 | 1000100 | 10011 | 10010 | 100111101 | 111101 | 110111 |
Color Harmonies of #D244AA
Complementary color
Monochromatic Colors of #D244AA
Black with #D244AA
Text Example
Text Example
White with #D244AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244AA; }
p { color: rgb(210,68,170); }
H1.HeaderClassName
{
color: #D244AA;
}
.AnyTagClassName
{
color: #D244AA;
}
</style>
background-color css
<style>
a { background-color: #D244AA; }
a { background-color: rgb(210,68,170); }
div.DivClassName
{
background-color: #D244AA;
}
.BgClassName
{
background-color: #D244AA;
}
</style>
border-color css
<style>
span { border-color: #D244AA; }
span { border-color: rgb(210,68,170); }
td.TdClassName
{
border-color: #D244AA;
}
.TagClassName
{
border-color: #D244AA;
}
</style>