Shades of Mulberry #D6589A
Tints of Mulberry #D6589A
RGB
CMYK
RGB Variations
Color information
#D6589A (or 0xD6589A) is known color: Mulberry. HEX triplet: D6, 58 and 9A. RGB value is (214,88,154). Sum of RGB (Red+Green+Blue) = 214+88+154=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6589A is #29A765. Grayscale: #858585. Windows color (decimal): -2729830 or 10115286. OLE color: 10115286.
HSL color Cylindrical-coordinate representation of color #D6589A: hue angle of 328.57º degrees, saturation: 0.61, 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 #D6589A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 154 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.16 |
| HSL | 328.57º | 0.61% | 0.59% | - |
| HSV(B) | 328.57º | 0.59% | 0.84% | - |
| XYZ | 37.05 | 23.61 | 33.18 | - |
| YUV | 133.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 154 | 0 | 0.59 | 0.28 | 0.16 | 328.57 | 0.61 | 0.59 |
| Hex | D6 | 58 | 9A | 0 | 3B | 1C | 10 | 149 | 3D | 3B |
| Octal | 326 | 130 | 232 | 0 | 73 | 34 | 20 | 511 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10011010 | 0 | 111011 | 11100 | 10000 | 101001001 | 111101 | 111011 |
Color Harmonies of #D6589A
Complementary color
Monochromatic Colors of #D6589A
Black with #D6589A
Text Example
Text Example
White with #D6589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6589A; }
p { color: rgb(214,88,154); }
H1.HeaderClassName
{
color: #D6589A;
}
.AnyTagClassName
{
color: #D6589A;
}
</style>
background-color css
<style>
a { background-color: #D6589A; }
a { background-color: rgb(214,88,154); }
div.DivClassName
{
background-color: #D6589A;
}
.BgClassName
{
background-color: #D6589A;
}
</style>
border-color css
<style>
span { border-color: #D6589A; }
span { border-color: rgb(214,88,154); }
td.TdClassName
{
border-color: #D6589A;
}
.TagClassName
{
border-color: #D6589A;
}
</style>