Shades of Mulberry #D951AB
Tints of Mulberry #D951AB
RGB
CMYK
RGB Variations
Color information
#D951AB (or 0xD951AB) is known color: Mulberry. HEX triplet: D9, 51 and AB. RGB value is (217,81,171). Sum of RGB (Red+Green+Blue) = 217+81+171=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D951AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951AB is #26AE54. Grayscale: #838383. Windows color (decimal): -2534997 or 11227609. OLE color: 11227609.
HSL color Cylindrical-coordinate representation of color #D951AB: hue angle of 320.29º 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 #D951AB is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 171 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.15 |
| HSL | 320.29º | 0.64% | 0.58% | - |
| HSV(B) | 320.29º | 0.63% | 0.85% | - |
| XYZ | 38.91 | 23.58 | 41.03 | - |
| YUV | 131.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 171 | 0 | 0.63 | 0.21 | 0.15 | 320.29 | 0.64 | 0.58 |
| Hex | D9 | 51 | AB | 0 | 3F | 15 | F | 140 | 40 | 3A |
| Octal | 331 | 121 | 253 | 0 | 77 | 25 | 17 | 500 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10101011 | 0 | 111111 | 10101 | 1111 | 101000000 | 1000000 | 111010 |
Color Harmonies of #D951AB
Complementary color
Monochromatic Colors of #D951AB
Black with #D951AB
Text Example
Text Example
White with #D951AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951AB; }
p { color: rgb(217,81,171); }
H1.HeaderClassName
{
color: #D951AB;
}
.AnyTagClassName
{
color: #D951AB;
}
</style>
background-color css
<style>
a { background-color: #D951AB; }
a { background-color: rgb(217,81,171); }
div.DivClassName
{
background-color: #D951AB;
}
.BgClassName
{
background-color: #D951AB;
}
</style>
border-color css
<style>
span { border-color: #D951AB; }
span { border-color: rgb(217,81,171); }
td.TdClassName
{
border-color: #D951AB;
}
.TagClassName
{
border-color: #D951AB;
}
</style>