Shades of Mulberry #D940AB
Tints of Mulberry #D940AB
RGB
CMYK
RGB Variations
Color information
#D940AB (or 0xD940AB) is known color: Mulberry. HEX triplet: D9, 40 and AB. RGB value is (217,64,171). Sum of RGB (Red+Green+Blue) = 217+64+171=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D940AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D940AB is #26BF54. Grayscale: #797979. Windows color (decimal): -2539349 or 11223257. OLE color: 11223257.
HSL color Cylindrical-coordinate representation of color #D940AB: hue angle of 318.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940AB is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 171 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.15 |
| HSL | 318.04º | 0.67% | 0.55% | - |
| HSV(B) | 318.04º | 0.71% | 0.85% | - |
| XYZ | 37.8 | 21.36 | 40.66 | - |
| YUV | 121.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 171 | 0 | 0.71 | 0.21 | 0.15 | 318.04 | 0.67 | 0.55 |
| Hex | D9 | 40 | AB | 0 | 47 | 15 | F | 13E | 43 | 37 |
| Octal | 331 | 100 | 253 | 0 | 107 | 25 | 17 | 476 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10101011 | 0 | 1000111 | 10101 | 1111 | 100111110 | 1000011 | 110111 |
Color Harmonies of #D940AB
Complementary color
Monochromatic Colors of #D940AB
Black with #D940AB
Text Example
Text Example
White with #D940AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940AB; }
p { color: rgb(217,64,171); }
H1.HeaderClassName
{
color: #D940AB;
}
.AnyTagClassName
{
color: #D940AB;
}
</style>
background-color css
<style>
a { background-color: #D940AB; }
a { background-color: rgb(217,64,171); }
div.DivClassName
{
background-color: #D940AB;
}
.BgClassName
{
background-color: #D940AB;
}
</style>
border-color css
<style>
span { border-color: #D940AB; }
span { border-color: rgb(217,64,171); }
td.TdClassName
{
border-color: #D940AB;
}
.TagClassName
{
border-color: #D940AB;
}
</style>