Shades of Mulberry #D255AB
Tints of Mulberry #D255AB
RGB
CMYK
RGB Variations
Color information
#D255AB (or 0xD255AB) is known color: Mulberry. HEX triplet: D2, 55 and AB. RGB value is (210,85,171). Sum of RGB (Red+Green+Blue) = 210+85+171=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AB is #2DAA54. Grayscale: #838383. Windows color (decimal): -2992725 or 11228626. OLE color: 11228626.
HSL color Cylindrical-coordinate representation of color #D255AB: hue angle of 318.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255AB is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 171 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.18 |
| HSL | 318.72º | 0.58% | 0.58% | - |
| HSV(B) | 318.72º | 0.6% | 0.82% | - |
| XYZ | 37.18 | 23.14 | 41.03 | - |
| YUV | 132.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 171 | 0 | 0.60 | 0.19 | 0.18 | 318.72 | 0.58 | 0.58 |
| Hex | D2 | 55 | AB | 0 | 3C | 13 | 12 | 13F | 3A | 3A |
| Octal | 322 | 125 | 253 | 0 | 74 | 23 | 22 | 477 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10101011 | 0 | 111100 | 10011 | 10010 | 100111111 | 111010 | 111010 |
Color Harmonies of #D255AB
Complementary color
Monochromatic Colors of #D255AB
Black with #D255AB
Text Example
Text Example
White with #D255AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255AB; }
p { color: rgb(210,85,171); }
H1.HeaderClassName
{
color: #D255AB;
}
.AnyTagClassName
{
color: #D255AB;
}
</style>
background-color css
<style>
a { background-color: #D255AB; }
a { background-color: rgb(210,85,171); }
div.DivClassName
{
background-color: #D255AB;
}
.BgClassName
{
background-color: #D255AB;
}
</style>
border-color css
<style>
span { border-color: #D255AB; }
span { border-color: rgb(210,85,171); }
td.TdClassName
{
border-color: #D255AB;
}
.TagClassName
{
border-color: #D255AB;
}
</style>