Shades of Mulberry #D6569A
Tints of Mulberry #D6569A
RGB
CMYK
RGB Variations
Color information
#D6569A (or 0xD6569A) is known color: Mulberry. HEX triplet: D6, 56 and 9A. RGB value is (214,86,154). Sum of RGB (Red+Green+Blue) = 214+86+154=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6569A is #29A965. Grayscale: #838383. Windows color (decimal): -2730342 or 10114774. OLE color: 10114774.
HSL color Cylindrical-coordinate representation of color #D6569A: hue angle of 328.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6569A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 154 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.16 |
| HSL | 328.13º | 0.61% | 0.59% | - |
| HSV(B) | 328.13º | 0.6% | 0.84% | - |
| XYZ | 36.89 | 23.28 | 33.12 | - |
| YUV | 132.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 154 | 0 | 0.60 | 0.28 | 0.16 | 328.13 | 0.61 | 0.59 |
| Hex | D6 | 56 | 9A | 0 | 3C | 1C | 10 | 148 | 3D | 3B |
| Octal | 326 | 126 | 232 | 0 | 74 | 34 | 20 | 510 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10011010 | 0 | 111100 | 11100 | 10000 | 101001000 | 111101 | 111011 |
Color Harmonies of #D6569A
Complementary color
Monochromatic Colors of #D6569A
Black with #D6569A
Text Example
Text Example
White with #D6569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6569A; }
p { color: rgb(214,86,154); }
H1.HeaderClassName
{
color: #D6569A;
}
.AnyTagClassName
{
color: #D6569A;
}
</style>
background-color css
<style>
a { background-color: #D6569A; }
a { background-color: rgb(214,86,154); }
div.DivClassName
{
background-color: #D6569A;
}
.BgClassName
{
background-color: #D6569A;
}
</style>
border-color css
<style>
span { border-color: #D6569A; }
span { border-color: rgb(214,86,154); }
td.TdClassName
{
border-color: #D6569A;
}
.TagClassName
{
border-color: #D6569A;
}
</style>