Shades of Mulberry #D251AA
Tints of Mulberry #D251AA
RGB
CMYK
RGB Variations
Color information
#D251AA (or 0xD251AA) is known color: Mulberry. HEX triplet: D2, 51 and AA. RGB value is (210,81,170). Sum of RGB (Red+Green+Blue) = 210+81+170=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D251AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D251AA is #2DAE55. Grayscale: #818181. Windows color (decimal): -2993750 or 11162066. OLE color: 11162066.
HSL color Cylindrical-coordinate representation of color #D251AA: hue angle of 318.6º 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 #D251AA is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 170 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.18 |
| HSL | 318.6º | 0.59% | 0.57% | - |
| HSV(B) | 318.6º | 0.61% | 0.82% | - |
| XYZ | 36.78 | 22.49 | 40.43 | - |
| YUV | 129.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 170 | 0 | 0.61 | 0.19 | 0.18 | 318.6 | 0.59 | 0.57 |
| Hex | D2 | 51 | AA | 0 | 3D | 13 | 12 | 13F | 3B | 39 |
| Octal | 322 | 121 | 252 | 0 | 75 | 23 | 22 | 477 | 73 | 71 |
| Binary | 11010010 | 1010001 | 10101010 | 0 | 111101 | 10011 | 10010 | 100111111 | 111011 | 111001 |
Color Harmonies of #D251AA
Complementary color
Monochromatic Colors of #D251AA
Black with #D251AA
Text Example
Text Example
White with #D251AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251AA; }
p { color: rgb(210,81,170); }
H1.HeaderClassName
{
color: #D251AA;
}
.AnyTagClassName
{
color: #D251AA;
}
</style>
background-color css
<style>
a { background-color: #D251AA; }
a { background-color: rgb(210,81,170); }
div.DivClassName
{
background-color: #D251AA;
}
.BgClassName
{
background-color: #D251AA;
}
</style>
border-color css
<style>
span { border-color: #D251AA; }
span { border-color: rgb(210,81,170); }
td.TdClassName
{
border-color: #D251AA;
}
.TagClassName
{
border-color: #D251AA;
}
</style>