Shades of Mulberry #D556AC
Tints of Mulberry #D556AC
RGB
CMYK
RGB Variations
Color information
#D556AC (or 0xD556AC) is known color: Mulberry. HEX triplet: D5, 56 and AC. RGB value is (213,86,172). Sum of RGB (Red+Green+Blue) = 213+86+172=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D556AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D556AC is #2AA953. Grayscale: #858585. Windows color (decimal): -2795860 or 11294421. OLE color: 11294421.
HSL color Cylindrical-coordinate representation of color #D556AC: hue angle of 319.37º 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 #D556AC is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 172 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.16 |
| HSL | 319.37º | 0.6% | 0.59% | - |
| HSV(B) | 319.37º | 0.6% | 0.84% | - |
| XYZ | 38.21 | 23.78 | 41.61 | - |
| YUV | 133.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 172 | 0 | 0.60 | 0.19 | 0.16 | 319.37 | 0.6 | 0.59 |
| Hex | D5 | 56 | AC | 0 | 3C | 13 | 10 | 13F | 3C | 3B |
| Octal | 325 | 126 | 254 | 0 | 74 | 23 | 20 | 477 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10101100 | 0 | 111100 | 10011 | 10000 | 100111111 | 111100 | 111011 |
Color Harmonies of #D556AC
Complementary color
Monochromatic Colors of #D556AC
Black with #D556AC
Text Example
Text Example
White with #D556AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556AC; }
p { color: rgb(213,86,172); }
H1.HeaderClassName
{
color: #D556AC;
}
.AnyTagClassName
{
color: #D556AC;
}
</style>
background-color css
<style>
a { background-color: #D556AC; }
a { background-color: rgb(213,86,172); }
div.DivClassName
{
background-color: #D556AC;
}
.BgClassName
{
background-color: #D556AC;
}
</style>
border-color css
<style>
span { border-color: #D556AC; }
span { border-color: rgb(213,86,172); }
td.TdClassName
{
border-color: #D556AC;
}
.TagClassName
{
border-color: #D556AC;
}
</style>