Shades of Mulberry #D951A0
Tints of Mulberry #D951A0
RGB
CMYK
RGB Variations
Color information
#D951A0 (or 0xD951A0) is known color: Mulberry. HEX triplet: D9, 51 and A0. RGB value is (217,81,160). Sum of RGB (Red+Green+Blue) = 217+81+160=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D951A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951A0 is #26AE5F. Grayscale: #828282. Windows color (decimal): -2535008 or 10506713. OLE color: 10506713.
HSL color Cylindrical-coordinate representation of color #D951A0: hue angle of 325.15º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951A0 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 160 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.15 |
| HSL | 325.15º | 0.64% | 0.58% | - |
| HSV(B) | 325.15º | 0.63% | 0.85% | - |
| XYZ | 37.9 | 23.17 | 35.73 | - |
| YUV | 130.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 160 | 0 | 0.63 | 0.26 | 0.15 | 325.15 | 0.64 | 0.58 |
| Hex | D9 | 51 | A0 | 0 | 3F | 1A | F | 145 | 40 | 3A |
| Octal | 331 | 121 | 240 | 0 | 77 | 32 | 17 | 505 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10100000 | 0 | 111111 | 11010 | 1111 | 101000101 | 1000000 | 111010 |
Color Harmonies of #D951A0
Complementary color
Monochromatic Colors of #D951A0
Black with #D951A0
Text Example
Text Example
White with #D951A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951A0; }
p { color: rgb(217,81,160); }
H1.HeaderClassName
{
color: #D951A0;
}
.AnyTagClassName
{
color: #D951A0;
}
</style>
background-color css
<style>
a { background-color: #D951A0; }
a { background-color: rgb(217,81,160); }
div.DivClassName
{
background-color: #D951A0;
}
.BgClassName
{
background-color: #D951A0;
}
</style>
border-color css
<style>
span { border-color: #D951A0; }
span { border-color: rgb(217,81,160); }
td.TdClassName
{
border-color: #D951A0;
}
.TagClassName
{
border-color: #D951A0;
}
</style>