Shades of Mulberry #D252AB
Tints of Mulberry #D252AB
RGB
CMYK
RGB Variations
Color information
#D252AB (or 0xD252AB) is known color: Mulberry. HEX triplet: D2, 52 and AB. RGB value is (210,82,171). Sum of RGB (Red+Green+Blue) = 210+82+171=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D252AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252AB is #2DAD54. Grayscale: #828282. Windows color (decimal): -2993493 or 11227858. OLE color: 11227858.
HSL color Cylindrical-coordinate representation of color #D252AB: hue angle of 318.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D252AB is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 171 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.18 |
| HSL | 318.28º | 0.59% | 0.57% | - |
| HSV(B) | 318.28º | 0.61% | 0.82% | - |
| XYZ | 36.95 | 22.68 | 40.96 | - |
| YUV | 130.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 171 | 0 | 0.61 | 0.19 | 0.18 | 318.28 | 0.59 | 0.57 |
| Hex | D2 | 52 | AB | 0 | 3D | 13 | 12 | 13E | 3B | 39 |
| Octal | 322 | 122 | 253 | 0 | 75 | 23 | 22 | 476 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10101011 | 0 | 111101 | 10011 | 10010 | 100111110 | 111011 | 111001 |
Color Harmonies of #D252AB
Complementary color
Monochromatic Colors of #D252AB
Black with #D252AB
Text Example
Text Example
White with #D252AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252AB; }
p { color: rgb(210,82,171); }
H1.HeaderClassName
{
color: #D252AB;
}
.AnyTagClassName
{
color: #D252AB;
}
</style>
background-color css
<style>
a { background-color: #D252AB; }
a { background-color: rgb(210,82,171); }
div.DivClassName
{
background-color: #D252AB;
}
.BgClassName
{
background-color: #D252AB;
}
</style>
border-color css
<style>
span { border-color: #D252AB; }
span { border-color: rgb(210,82,171); }
td.TdClassName
{
border-color: #D252AB;
}
.TagClassName
{
border-color: #D252AB;
}
</style>