Shades of Mulberry #D951AA
Tints of Mulberry #D951AA
RGB
CMYK
RGB Variations
Color information
#D951AA (or 0xD951AA) is known color: Mulberry. HEX triplet: D9, 51 and AA. RGB value is (217,81,170). Sum of RGB (Red+Green+Blue) = 217+81+170=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D951AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951AA is #26AE55. Grayscale: #838383. Windows color (decimal): -2534998 or 11162073. OLE color: 11162073.
HSL color Cylindrical-coordinate representation of color #D951AA: hue angle of 320.74º 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 #D951AA is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 170 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.15 |
| HSL | 320.74º | 0.64% | 0.58% | - |
| HSV(B) | 320.74º | 0.63% | 0.85% | - |
| XYZ | 38.81 | 23.54 | 40.53 | - |
| YUV | 131.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 170 | 0 | 0.63 | 0.22 | 0.15 | 320.74 | 0.64 | 0.58 |
| Hex | D9 | 51 | AA | 0 | 3F | 16 | F | 141 | 40 | 3A |
| Octal | 331 | 121 | 252 | 0 | 77 | 26 | 17 | 501 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10101010 | 0 | 111111 | 10110 | 1111 | 101000001 | 1000000 | 111010 |
Color Harmonies of #D951AA
Complementary color
Monochromatic Colors of #D951AA
Black with #D951AA
Text Example
Text Example
White with #D951AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951AA; }
p { color: rgb(217,81,170); }
H1.HeaderClassName
{
color: #D951AA;
}
.AnyTagClassName
{
color: #D951AA;
}
</style>
background-color css
<style>
a { background-color: #D951AA; }
a { background-color: rgb(217,81,170); }
div.DivClassName
{
background-color: #D951AA;
}
.BgClassName
{
background-color: #D951AA;
}
</style>
border-color css
<style>
span { border-color: #D951AA; }
span { border-color: rgb(217,81,170); }
td.TdClassName
{
border-color: #D951AA;
}
.TagClassName
{
border-color: #D951AA;
}
</style>