Shades of Mulberry #D256A8
Tints of Mulberry #D256A8
RGB
CMYK
RGB Variations
Color information
#D256A8 (or 0xD256A8) is known color: Mulberry. HEX triplet: D2, 56 and A8. RGB value is (210,86,168). Sum of RGB (Red+Green+Blue) = 210+86+168=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D256A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256A8 is #2DA957. Grayscale: #848484. Windows color (decimal): -2992472 or 11032274. OLE color: 11032274.
HSL color Cylindrical-coordinate representation of color #D256A8: hue angle of 320.32º 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 #D256A8 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 168 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.18 |
| HSL | 320.32º | 0.58% | 0.58% | - |
| HSV(B) | 320.32º | 0.59% | 0.82% | - |
| XYZ | 36.97 | 23.18 | 39.57 | - |
| YUV | 132.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 168 | 0 | 0.59 | 0.2 | 0.18 | 320.32 | 0.58 | 0.58 |
| Hex | D2 | 56 | A8 | 0 | 3B | 14 | 12 | 140 | 3A | 3A |
| Octal | 322 | 126 | 250 | 0 | 73 | 24 | 22 | 500 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10101000 | 0 | 111011 | 10100 | 10010 | 101000000 | 111010 | 111010 |
Color Harmonies of #D256A8
Complementary color
Monochromatic Colors of #D256A8
Black with #D256A8
Text Example
Text Example
White with #D256A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256A8; }
p { color: rgb(210,86,168); }
H1.HeaderClassName
{
color: #D256A8;
}
.AnyTagClassName
{
color: #D256A8;
}
</style>
background-color css
<style>
a { background-color: #D256A8; }
a { background-color: rgb(210,86,168); }
div.DivClassName
{
background-color: #D256A8;
}
.BgClassName
{
background-color: #D256A8;
}
</style>
border-color css
<style>
span { border-color: #D256A8; }
span { border-color: rgb(210,86,168); }
td.TdClassName
{
border-color: #D256A8;
}
.TagClassName
{
border-color: #D256A8;
}
</style>