Shades of Mulberry #D244A2
Tints of Mulberry #D244A2
RGB
CMYK
RGB Variations
Color information
#D244A2 (or 0xD244A2) is known color: Mulberry. HEX triplet: D2, 44 and A2. RGB value is (210,68,162). Sum of RGB (Red+Green+Blue) = 210+68+162=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D244A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D244A2 is #2DBB5D. Grayscale: #787878. Windows color (decimal): -2997086 or 10634450. OLE color: 10634450.
HSL color Cylindrical-coordinate representation of color #D244A2: hue angle of 320.28º 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 #D244A2 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 162 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.18 |
| HSL | 320.28º | 0.61% | 0.55% | - |
| HSV(B) | 320.28º | 0.68% | 0.82% | - |
| XYZ | 35.17 | 20.44 | 36.28 | - |
| YUV | 121.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 162 | 0 | 0.68 | 0.23 | 0.18 | 320.28 | 0.61 | 0.55 |
| Hex | D2 | 44 | A2 | 0 | 44 | 17 | 12 | 140 | 3D | 37 |
| Octal | 322 | 104 | 242 | 0 | 104 | 27 | 22 | 500 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10100010 | 0 | 1000100 | 10111 | 10010 | 101000000 | 111101 | 110111 |
Color Harmonies of #D244A2
Complementary color
Monochromatic Colors of #D244A2
Black with #D244A2
Text Example
Text Example
White with #D244A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244A2; }
p { color: rgb(210,68,162); }
H1.HeaderClassName
{
color: #D244A2;
}
.AnyTagClassName
{
color: #D244A2;
}
</style>
background-color css
<style>
a { background-color: #D244A2; }
a { background-color: rgb(210,68,162); }
div.DivClassName
{
background-color: #D244A2;
}
.BgClassName
{
background-color: #D244A2;
}
</style>
border-color css
<style>
span { border-color: #D244A2; }
span { border-color: rgb(210,68,162); }
td.TdClassName
{
border-color: #D244A2;
}
.TagClassName
{
border-color: #D244A2;
}
</style>