Shades of Mulberry #D6569F
Tints of Mulberry #D6569F
RGB
CMYK
RGB Variations
Color information
#D6569F (or 0xD6569F) is known color: Mulberry. HEX triplet: D6, 56 and 9F. RGB value is (214,86,159). Sum of RGB (Red+Green+Blue) = 214+86+159=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6569F is #29A960. Grayscale: #848484. Windows color (decimal): -2730337 or 10442454. OLE color: 10442454.
HSL color Cylindrical-coordinate representation of color #D6569F: hue angle of 325.78º 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 #D6569F is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 159 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.16 |
| HSL | 325.78º | 0.61% | 0.59% | - |
| HSV(B) | 325.78º | 0.6% | 0.84% | - |
| XYZ | 37.32 | 23.45 | 35.36 | - |
| YUV | 132.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 159 | 0 | 0.60 | 0.26 | 0.16 | 325.78 | 0.61 | 0.59 |
| Hex | D6 | 56 | 9F | 0 | 3C | 1A | 10 | 146 | 3D | 3B |
| Octal | 326 | 126 | 237 | 0 | 74 | 32 | 20 | 506 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10011111 | 0 | 111100 | 11010 | 10000 | 101000110 | 111101 | 111011 |
Color Harmonies of #D6569F
Complementary color
Monochromatic Colors of #D6569F
Black with #D6569F
Text Example
Text Example
White with #D6569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6569F; }
p { color: rgb(214,86,159); }
H1.HeaderClassName
{
color: #D6569F;
}
.AnyTagClassName
{
color: #D6569F;
}
</style>
background-color css
<style>
a { background-color: #D6569F; }
a { background-color: rgb(214,86,159); }
div.DivClassName
{
background-color: #D6569F;
}
.BgClassName
{
background-color: #D6569F;
}
</style>
border-color css
<style>
span { border-color: #D6569F; }
span { border-color: rgb(214,86,159); }
td.TdClassName
{
border-color: #D6569F;
}
.TagClassName
{
border-color: #D6569F;
}
</style>