Shades of Mulberry #D556A8
Tints of Mulberry #D556A8
RGB
CMYK
RGB Variations
Color information
#D556A8 (or 0xD556A8) is known color: Mulberry. HEX triplet: D5, 56 and A8. RGB value is (213,86,168). Sum of RGB (Red+Green+Blue) = 213+86+168=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D556A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D556A8 is #2AA957. Grayscale: #858585. Windows color (decimal): -2795864 or 11032277. OLE color: 11032277.
HSL color Cylindrical-coordinate representation of color #D556A8: hue angle of 321.26º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556A8 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 168 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.16 |
| HSL | 321.26º | 0.6% | 0.59% | - |
| HSV(B) | 321.26º | 0.6% | 0.84% | - |
| XYZ | 37.84 | 23.63 | 39.61 | - |
| YUV | 133.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 168 | 0 | 0.60 | 0.21 | 0.16 | 321.26 | 0.6 | 0.59 |
| Hex | D5 | 56 | A8 | 0 | 3C | 15 | 10 | 141 | 3C | 3B |
| Octal | 325 | 126 | 250 | 0 | 74 | 25 | 20 | 501 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10101000 | 0 | 111100 | 10101 | 10000 | 101000001 | 111100 | 111011 |
Color Harmonies of #D556A8
Complementary color
Monochromatic Colors of #D556A8
Black with #D556A8
Text Example
Text Example
White with #D556A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556A8; }
p { color: rgb(213,86,168); }
H1.HeaderClassName
{
color: #D556A8;
}
.AnyTagClassName
{
color: #D556A8;
}
</style>
background-color css
<style>
a { background-color: #D556A8; }
a { background-color: rgb(213,86,168); }
div.DivClassName
{
background-color: #D556A8;
}
.BgClassName
{
background-color: #D556A8;
}
</style>
border-color css
<style>
span { border-color: #D556A8; }
span { border-color: rgb(213,86,168); }
td.TdClassName
{
border-color: #D556A8;
}
.TagClassName
{
border-color: #D556A8;
}
</style>