Shades of Mulberry #D558A1
Tints of Mulberry #D558A1
RGB
CMYK
RGB Variations
Color information
#D558A1 (or 0xD558A1) is known color: Mulberry. HEX triplet: D5, 58 and A1. RGB value is (213,88,161). Sum of RGB (Red+Green+Blue) = 213+88+161=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D558A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D558A1 is #2AA75E. Grayscale: #858585. Windows color (decimal): -2795359 or 10574037. OLE color: 10574037.
HSL color Cylindrical-coordinate representation of color #D558A1: hue angle of 324.96º 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 #D558A1 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 161 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.16 |
| HSL | 324.96º | 0.6% | 0.59% | - |
| HSV(B) | 324.96º | 0.59% | 0.84% | - |
| XYZ | 37.36 | 23.7 | 36.32 | - |
| YUV | 133.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 161 | 0 | 0.59 | 0.24 | 0.16 | 324.96 | 0.6 | 0.59 |
| Hex | D5 | 58 | A1 | 0 | 3B | 18 | 10 | 145 | 3C | 3B |
| Octal | 325 | 130 | 241 | 0 | 73 | 30 | 20 | 505 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10100001 | 0 | 111011 | 11000 | 10000 | 101000101 | 111100 | 111011 |
Color Harmonies of #D558A1
Complementary color
Monochromatic Colors of #D558A1
Black with #D558A1
Text Example
Text Example
White with #D558A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558A1; }
p { color: rgb(213,88,161); }
H1.HeaderClassName
{
color: #D558A1;
}
.AnyTagClassName
{
color: #D558A1;
}
</style>
background-color css
<style>
a { background-color: #D558A1; }
a { background-color: rgb(213,88,161); }
div.DivClassName
{
background-color: #D558A1;
}
.BgClassName
{
background-color: #D558A1;
}
</style>
border-color css
<style>
span { border-color: #D558A1; }
span { border-color: rgb(213,88,161); }
td.TdClassName
{
border-color: #D558A1;
}
.TagClassName
{
border-color: #D558A1;
}
</style>