Shades of Mulberry #D255A8
Tints of Mulberry #D255A8
RGB
CMYK
RGB Variations
Color information
#D255A8 (or 0xD255A8) is known color: Mulberry. HEX triplet: D2, 55 and A8. RGB value is (210,85,168). Sum of RGB (Red+Green+Blue) = 210+85+168=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D255A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255A8 is #2DAA57. Grayscale: #838383. Windows color (decimal): -2992728 or 11032018. OLE color: 11032018.
HSL color Cylindrical-coordinate representation of color #D255A8: hue angle of 320.16º 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 #D255A8 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 168 | - |
| CMYK | 0 | 0.60 | 0.2 | 0.18 |
| HSL | 320.16º | 0.58% | 0.58% | - |
| HSV(B) | 320.16º | 0.6% | 0.82% | - |
| XYZ | 36.89 | 23.03 | 39.55 | - |
| YUV | 131.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 168 | 0 | 0.60 | 0.2 | 0.18 | 320.16 | 0.58 | 0.58 |
| Hex | D2 | 55 | A8 | 0 | 3C | 14 | 12 | 140 | 3A | 3A |
| Octal | 322 | 125 | 250 | 0 | 74 | 24 | 22 | 500 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10101000 | 0 | 111100 | 10100 | 10010 | 101000000 | 111010 | 111010 |
Color Harmonies of #D255A8
Complementary color
Monochromatic Colors of #D255A8
Black with #D255A8
Text Example
Text Example
White with #D255A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255A8; }
p { color: rgb(210,85,168); }
H1.HeaderClassName
{
color: #D255A8;
}
.AnyTagClassName
{
color: #D255A8;
}
</style>
background-color css
<style>
a { background-color: #D255A8; }
a { background-color: rgb(210,85,168); }
div.DivClassName
{
background-color: #D255A8;
}
.BgClassName
{
background-color: #D255A8;
}
</style>
border-color css
<style>
span { border-color: #D255A8; }
span { border-color: rgb(210,85,168); }
td.TdClassName
{
border-color: #D255A8;
}
.TagClassName
{
border-color: #D255A8;
}
</style>