Shades of Mulberry #D6569B
Tints of Mulberry #D6569B
RGB
CMYK
RGB Variations
Color information
#D6569B (or 0xD6569B) is known color: Mulberry. HEX triplet: D6, 56 and 9B. RGB value is (214,86,155). Sum of RGB (Red+Green+Blue) = 214+86+155=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6569B is #29A964. Grayscale: #838383. Windows color (decimal): -2730341 or 10180310. OLE color: 10180310.
HSL color Cylindrical-coordinate representation of color #D6569B: hue angle of 327.66º 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 #D6569B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 155 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.16 |
| HSL | 327.66º | 0.61% | 0.59% | - |
| HSV(B) | 327.66º | 0.6% | 0.84% | - |
| XYZ | 36.98 | 23.32 | 33.56 | - |
| YUV | 132.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 155 | 0 | 0.60 | 0.28 | 0.16 | 327.66 | 0.61 | 0.59 |
| Hex | D6 | 56 | 9B | 0 | 3C | 1C | 10 | 148 | 3D | 3B |
| Octal | 326 | 126 | 233 | 0 | 74 | 34 | 20 | 510 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10011011 | 0 | 111100 | 11100 | 10000 | 101001000 | 111101 | 111011 |
Color Harmonies of #D6569B
Complementary color
Monochromatic Colors of #D6569B
Black with #D6569B
Text Example
Text Example
White with #D6569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6569B; }
p { color: rgb(214,86,155); }
H1.HeaderClassName
{
color: #D6569B;
}
.AnyTagClassName
{
color: #D6569B;
}
</style>
background-color css
<style>
a { background-color: #D6569B; }
a { background-color: rgb(214,86,155); }
div.DivClassName
{
background-color: #D6569B;
}
.BgClassName
{
background-color: #D6569B;
}
</style>
border-color css
<style>
span { border-color: #D6569B; }
span { border-color: rgb(214,86,155); }
td.TdClassName
{
border-color: #D6569B;
}
.TagClassName
{
border-color: #D6569B;
}
</style>