Shades of Mulberry #D252A6
Tints of Mulberry #D252A6
RGB
CMYK
RGB Variations
Color information
#D252A6 (or 0xD252A6) is known color: Mulberry. HEX triplet: D2, 52 and A6. RGB value is (210,82,166). Sum of RGB (Red+Green+Blue) = 210+82+166=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D252A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252A6 is #2DAD59. Grayscale: #818181. Windows color (decimal): -2993498 or 10900178. OLE color: 10900178.
HSL color Cylindrical-coordinate representation of color #D252A6: hue angle of 320.62º 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 #D252A6 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 166 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.18 |
| HSL | 320.63º | 0.59% | 0.57% | - |
| HSV(B) | 320.63º | 0.61% | 0.82% | - |
| XYZ | 36.48 | 22.49 | 38.49 | - |
| YUV | 129.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 166 | 0 | 0.61 | 0.21 | 0.18 | 320.63 | 0.59 | 0.57 |
| Hex | D2 | 52 | A6 | 0 | 3D | 15 | 12 | 141 | 3B | 39 |
| Octal | 322 | 122 | 246 | 0 | 75 | 25 | 22 | 501 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10100110 | 0 | 111101 | 10101 | 10010 | 101000001 | 111011 | 111001 |
Color Harmonies of #D252A6
Complementary color
Monochromatic Colors of #D252A6
Black with #D252A6
Text Example
Text Example
White with #D252A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252A6; }
p { color: rgb(210,82,166); }
H1.HeaderClassName
{
color: #D252A6;
}
.AnyTagClassName
{
color: #D252A6;
}
</style>
background-color css
<style>
a { background-color: #D252A6; }
a { background-color: rgb(210,82,166); }
div.DivClassName
{
background-color: #D252A6;
}
.BgClassName
{
background-color: #D252A6;
}
</style>
border-color css
<style>
span { border-color: #D252A6; }
span { border-color: rgb(210,82,166); }
td.TdClassName
{
border-color: #D252A6;
}
.TagClassName
{
border-color: #D252A6;
}
</style>