Shades of Mulberry #D255A1
Tints of Mulberry #D255A1
RGB
CMYK
RGB Variations
Color information
#D255A1 (or 0xD255A1) is known color: Mulberry. HEX triplet: D2, 55 and A1. RGB value is (210,85,161). Sum of RGB (Red+Green+Blue) = 210+85+161=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D255A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255A1 is #2DAA5E. Grayscale: #828282. Windows color (decimal): -2992735 or 10573266. OLE color: 10573266.
HSL color Cylindrical-coordinate representation of color #D255A1: hue angle of 323.52º 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 #D255A1 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 161 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.18 |
| HSL | 323.52º | 0.58% | 0.58% | - |
| HSV(B) | 323.52º | 0.6% | 0.82% | - |
| XYZ | 36.26 | 22.77 | 36.2 | - |
| YUV | 131.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 161 | 0 | 0.60 | 0.23 | 0.18 | 323.52 | 0.58 | 0.58 |
| Hex | D2 | 55 | A1 | 0 | 3C | 17 | 12 | 144 | 3A | 3A |
| Octal | 322 | 125 | 241 | 0 | 74 | 27 | 22 | 504 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10100001 | 0 | 111100 | 10111 | 10010 | 101000100 | 111010 | 111010 |
Color Harmonies of #D255A1
Complementary color
Monochromatic Colors of #D255A1
Black with #D255A1
Text Example
Text Example
White with #D255A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255A1; }
p { color: rgb(210,85,161); }
H1.HeaderClassName
{
color: #D255A1;
}
.AnyTagClassName
{
color: #D255A1;
}
</style>
background-color css
<style>
a { background-color: #D255A1; }
a { background-color: rgb(210,85,161); }
div.DivClassName
{
background-color: #D255A1;
}
.BgClassName
{
background-color: #D255A1;
}
</style>
border-color css
<style>
span { border-color: #D255A1; }
span { border-color: rgb(210,85,161); }
td.TdClassName
{
border-color: #D255A1;
}
.TagClassName
{
border-color: #D255A1;
}
</style>