Shades of Mulberry #D459AB
Tints of Mulberry #D459AB
RGB
CMYK
RGB Variations
Color information
#D459AB (or 0xD459AB) is known color: Mulberry. HEX triplet: D4, 59 and AB. RGB value is (212,89,171). Sum of RGB (Red+Green+Blue) = 212+89+171=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D459AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459AB is #2BA654. Grayscale: #868686. Windows color (decimal): -2860629 or 11229652. OLE color: 11229652.
HSL color Cylindrical-coordinate representation of color #D459AB: hue angle of 320º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459AB is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 171 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.17 |
| HSL | 320º | 0.59% | 0.59% | - |
| HSV(B) | 320º | 0.58% | 0.83% | - |
| XYZ | 38.07 | 24.08 | 41.17 | - |
| YUV | 135.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 171 | 0 | 0.58 | 0.19 | 0.17 | 320 | 0.59 | 0.59 |
| Hex | D4 | 59 | AB | 0 | 3A | 13 | 11 | 140 | 3B | 3B |
| Octal | 324 | 131 | 253 | 0 | 72 | 23 | 21 | 500 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10101011 | 0 | 111010 | 10011 | 10001 | 101000000 | 111011 | 111011 |
Color Harmonies of #D459AB
Complementary color
Monochromatic Colors of #D459AB
Black with #D459AB
Text Example
Text Example
White with #D459AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459AB; }
p { color: rgb(212,89,171); }
H1.HeaderClassName
{
color: #D459AB;
}
.AnyTagClassName
{
color: #D459AB;
}
</style>
background-color css
<style>
a { background-color: #D459AB; }
a { background-color: rgb(212,89,171); }
div.DivClassName
{
background-color: #D459AB;
}
.BgClassName
{
background-color: #D459AB;
}
</style>
border-color css
<style>
span { border-color: #D459AB; }
span { border-color: rgb(212,89,171); }
td.TdClassName
{
border-color: #D459AB;
}
.TagClassName
{
border-color: #D459AB;
}
</style>