Shades of Mulberry #D558A6
Tints of Mulberry #D558A6
RGB
CMYK
RGB Variations
Color information
#D558A6 (or 0xD558A6) is known color: Mulberry. HEX triplet: D5, 58 and A6. RGB value is (213,88,166). Sum of RGB (Red+Green+Blue) = 213+88+166=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D558A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558A6 is #2AA759. Grayscale: #868686. Windows color (decimal): -2795354 or 10901717. OLE color: 10901717.
HSL color Cylindrical-coordinate representation of color #D558A6: hue angle of 322.56º 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 #D558A6 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 166 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.16 |
| HSL | 322.56º | 0.6% | 0.59% | - |
| HSV(B) | 322.56º | 0.59% | 0.84% | - |
| XYZ | 37.81 | 23.88 | 38.69 | - |
| YUV | 134.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 166 | 0 | 0.59 | 0.22 | 0.16 | 322.56 | 0.6 | 0.59 |
| Hex | D5 | 58 | A6 | 0 | 3B | 16 | 10 | 143 | 3C | 3B |
| Octal | 325 | 130 | 246 | 0 | 73 | 26 | 20 | 503 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10100110 | 0 | 111011 | 10110 | 10000 | 101000011 | 111100 | 111011 |
Color Harmonies of #D558A6
Complementary color
Monochromatic Colors of #D558A6
Black with #D558A6
Text Example
Text Example
White with #D558A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558A6; }
p { color: rgb(213,88,166); }
H1.HeaderClassName
{
color: #D558A6;
}
.AnyTagClassName
{
color: #D558A6;
}
</style>
background-color css
<style>
a { background-color: #D558A6; }
a { background-color: rgb(213,88,166); }
div.DivClassName
{
background-color: #D558A6;
}
.BgClassName
{
background-color: #D558A6;
}
</style>
border-color css
<style>
span { border-color: #D558A6; }
span { border-color: rgb(213,88,166); }
td.TdClassName
{
border-color: #D558A6;
}
.TagClassName
{
border-color: #D558A6;
}
</style>