Shades of Mulberry #D256A2
Tints of Mulberry #D256A2
RGB
CMYK
RGB Variations
Color information
#D256A2 (or 0xD256A2) is known color: Mulberry. HEX triplet: D2, 56 and A2. RGB value is (210,86,162). Sum of RGB (Red+Green+Blue) = 210+86+162=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D256A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256A2 is #2DA95D. Grayscale: #838383. Windows color (decimal): -2992478 or 10639058. OLE color: 10639058.
HSL color Cylindrical-coordinate representation of color #D256A2: hue angle of 323.23º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D256A2 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 162 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 323.23º | 0.58% | 0.58% | - |
| HSV(B) | 323.23º | 0.59% | 0.82% | - |
| XYZ | 36.43 | 22.97 | 36.7 | - |
| YUV | 131.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 162 | 0 | 0.59 | 0.23 | 0.18 | 323.23 | 0.58 | 0.58 |
| Hex | D2 | 56 | A2 | 0 | 3B | 17 | 12 | 143 | 3A | 3A |
| Octal | 322 | 126 | 242 | 0 | 73 | 27 | 22 | 503 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10100010 | 0 | 111011 | 10111 | 10010 | 101000011 | 111010 | 111010 |
Color Harmonies of #D256A2
Complementary color
Monochromatic Colors of #D256A2
Black with #D256A2
Text Example
Text Example
White with #D256A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256A2; }
p { color: rgb(210,86,162); }
H1.HeaderClassName
{
color: #D256A2;
}
.AnyTagClassName
{
color: #D256A2;
}
</style>
background-color css
<style>
a { background-color: #D256A2; }
a { background-color: rgb(210,86,162); }
div.DivClassName
{
background-color: #D256A2;
}
.BgClassName
{
background-color: #D256A2;
}
</style>
border-color css
<style>
span { border-color: #D256A2; }
span { border-color: rgb(210,86,162); }
td.TdClassName
{
border-color: #D256A2;
}
.TagClassName
{
border-color: #D256A2;
}
</style>