Shades of Mulberry #D9569A
Tints of Mulberry #D9569A
RGB
CMYK
RGB Variations
Color information
#D9569A (or 0xD9569A) is known color: Mulberry. HEX triplet: D9, 56 and 9A. RGB value is (217,86,154). Sum of RGB (Red+Green+Blue) = 217+86+154=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9569A is #26A965. Grayscale: #848484. Windows color (decimal): -2533734 or 10114777. OLE color: 10114777.
HSL color Cylindrical-coordinate representation of color #D9569A: hue angle of 328.85º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9569A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 154 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.15 |
| HSL | 328.85º | 0.63% | 0.59% | - |
| HSV(B) | 328.85º | 0.6% | 0.85% | - |
| XYZ | 37.78 | 23.74 | 33.16 | - |
| YUV | 132.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 154 | 0 | 0.60 | 0.29 | 0.15 | 328.85 | 0.63 | 0.59 |
| Hex | D9 | 56 | 9A | 0 | 3C | 1D | F | 149 | 3F | 3B |
| Octal | 331 | 126 | 232 | 0 | 74 | 35 | 17 | 511 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10011010 | 0 | 111100 | 11101 | 1111 | 101001001 | 111111 | 111011 |
Color Harmonies of #D9569A
Complementary color
Monochromatic Colors of #D9569A
Black with #D9569A
Text Example
Text Example
White with #D9569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9569A; }
p { color: rgb(217,86,154); }
H1.HeaderClassName
{
color: #D9569A;
}
.AnyTagClassName
{
color: #D9569A;
}
</style>
background-color css
<style>
a { background-color: #D9569A; }
a { background-color: rgb(217,86,154); }
div.DivClassName
{
background-color: #D9569A;
}
.BgClassName
{
background-color: #D9569A;
}
</style>
border-color css
<style>
span { border-color: #D9569A; }
span { border-color: rgb(217,86,154); }
td.TdClassName
{
border-color: #D9569A;
}
.TagClassName
{
border-color: #D9569A;
}
</style>