Shades of Mulberry #D558A2
Tints of Mulberry #D558A2
RGB
CMYK
RGB Variations
Color information
#D558A2 (or 0xD558A2) is known color: Mulberry. HEX triplet: D5, 58 and A2. RGB value is (213,88,162). Sum of RGB (Red+Green+Blue) = 213+88+162=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D558A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558A2 is #2AA75D. Grayscale: #858585. Windows color (decimal): -2795358 or 10639573. OLE color: 10639573.
HSL color Cylindrical-coordinate representation of color #D558A2: hue angle of 324.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558A2 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 162 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.16 |
| HSL | 324.48º | 0.6% | 0.59% | - |
| HSV(B) | 324.48º | 0.59% | 0.84% | - |
| XYZ | 37.45 | 23.73 | 36.79 | - |
| YUV | 133.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 162 | 0 | 0.59 | 0.24 | 0.16 | 324.48 | 0.6 | 0.59 |
| Hex | D5 | 58 | A2 | 0 | 3B | 18 | 10 | 144 | 3C | 3B |
| Octal | 325 | 130 | 242 | 0 | 73 | 30 | 20 | 504 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10100010 | 0 | 111011 | 11000 | 10000 | 101000100 | 111100 | 111011 |
Color Harmonies of #D558A2
Complementary color
Monochromatic Colors of #D558A2
Black with #D558A2
Text Example
Text Example
White with #D558A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558A2; }
p { color: rgb(213,88,162); }
H1.HeaderClassName
{
color: #D558A2;
}
.AnyTagClassName
{
color: #D558A2;
}
</style>
background-color css
<style>
a { background-color: #D558A2; }
a { background-color: rgb(213,88,162); }
div.DivClassName
{
background-color: #D558A2;
}
.BgClassName
{
background-color: #D558A2;
}
</style>
border-color css
<style>
span { border-color: #D558A2; }
span { border-color: rgb(213,88,162); }
td.TdClassName
{
border-color: #D558A2;
}
.TagClassName
{
border-color: #D558A2;
}
</style>