Shades of Mulberry #D259AB
Tints of Mulberry #D259AB
RGB
CMYK
RGB Variations
Color information
#D259AB (or 0xD259AB) is known color: Mulberry. HEX triplet: D2, 59 and AB. RGB value is (210,89,171). Sum of RGB (Red+Green+Blue) = 210+89+171=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D259AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259AB is #2DA654. Grayscale: #868686. Windows color (decimal): -2991701 or 11229650. OLE color: 11229650.
HSL color Cylindrical-coordinate representation of color #D259AB: hue angle of 319.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259AB is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 171 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.18 |
| HSL | 319.34º | 0.57% | 0.59% | - |
| HSV(B) | 319.34º | 0.58% | 0.82% | - |
| XYZ | 37.5 | 23.79 | 41.14 | - |
| YUV | 134.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 171 | 0 | 0.58 | 0.19 | 0.18 | 319.34 | 0.57 | 0.59 |
| Hex | D2 | 59 | AB | 0 | 3A | 13 | 12 | 13F | 39 | 3B |
| Octal | 322 | 131 | 253 | 0 | 72 | 23 | 22 | 477 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10101011 | 0 | 111010 | 10011 | 10010 | 100111111 | 111001 | 111011 |
Color Harmonies of #D259AB
Complementary color
Monochromatic Colors of #D259AB
Black with #D259AB
Text Example
Text Example
White with #D259AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259AB; }
p { color: rgb(210,89,171); }
H1.HeaderClassName
{
color: #D259AB;
}
.AnyTagClassName
{
color: #D259AB;
}
</style>
background-color css
<style>
a { background-color: #D259AB; }
a { background-color: rgb(210,89,171); }
div.DivClassName
{
background-color: #D259AB;
}
.BgClassName
{
background-color: #D259AB;
}
</style>
border-color css
<style>
span { border-color: #D259AB; }
span { border-color: rgb(210,89,171); }
td.TdClassName
{
border-color: #D259AB;
}
.TagClassName
{
border-color: #D259AB;
}
</style>