Shades of Mulberry #D5589C
Tints of Mulberry #D5589C
RGB
CMYK
RGB Variations
Color information
#D5589C (or 0xD5589C) is known color: Mulberry. HEX triplet: D5, 58 and 9C. RGB value is (213,88,156). Sum of RGB (Red+Green+Blue) = 213+88+156=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5589C is #2AA763. Grayscale: #848484. Windows color (decimal): -2795364 or 10246357. OLE color: 10246357.
HSL color Cylindrical-coordinate representation of color #D5589C: hue angle of 327.36º 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 #D5589C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 156 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.16 |
| HSL | 327.36º | 0.6% | 0.59% | - |
| HSV(B) | 327.36º | 0.59% | 0.84% | - |
| XYZ | 36.93 | 23.53 | 34.05 | - |
| YUV | 133.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 156 | 0 | 0.59 | 0.27 | 0.16 | 327.36 | 0.6 | 0.59 |
| Hex | D5 | 58 | 9C | 0 | 3B | 1B | 10 | 147 | 3C | 3B |
| Octal | 325 | 130 | 234 | 0 | 73 | 33 | 20 | 507 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10011100 | 0 | 111011 | 11011 | 10000 | 101000111 | 111100 | 111011 |
Color Harmonies of #D5589C
Complementary color
Monochromatic Colors of #D5589C
Black with #D5589C
Text Example
Text Example
White with #D5589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5589C; }
p { color: rgb(213,88,156); }
H1.HeaderClassName
{
color: #D5589C;
}
.AnyTagClassName
{
color: #D5589C;
}
</style>
background-color css
<style>
a { background-color: #D5589C; }
a { background-color: rgb(213,88,156); }
div.DivClassName
{
background-color: #D5589C;
}
.BgClassName
{
background-color: #D5589C;
}
</style>
border-color css
<style>
span { border-color: #D5589C; }
span { border-color: rgb(213,88,156); }
td.TdClassName
{
border-color: #D5589C;
}
.TagClassName
{
border-color: #D5589C;
}
</style>