Shades of Mulberry #D7569C
Tints of Mulberry #D7569C
RGB
CMYK
RGB Variations
Color information
#D7569C (or 0xD7569C) is known color: Mulberry. HEX triplet: D7, 56 and 9C. RGB value is (215,86,156). Sum of RGB (Red+Green+Blue) = 215+86+156=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7569C is #28A963. Grayscale: #848484. Windows color (decimal): -2664804 or 10245847. OLE color: 10245847.
HSL color Cylindrical-coordinate representation of color #D7569C: hue angle of 327.44º degrees, saturation: 0.62, 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 #D7569C is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 156 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.16 |
| HSL | 327.44º | 0.62% | 0.59% | - |
| HSV(B) | 327.44º | 0.6% | 0.84% | - |
| XYZ | 37.35 | 23.5 | 34.02 | - |
| YUV | 132.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 156 | 0 | 0.6 | 0.27 | 0.16 | 327.44 | 0.62 | 0.59 |
| Hex | D7 | 56 | 9C | 0 | 3C | 1B | 10 | 147 | 3E | 3B |
| Octal | 327 | 126 | 234 | 0 | 74 | 33 | 20 | 507 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10011100 | 0 | 111100 | 11011 | 10000 | 101000111 | 111110 | 111011 |
Color Harmonies of #D7569C
Complementary color
Monochromatic Colors of #D7569C
Black with #D7569C
Text Example
Text Example
White with #D7569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7569C; }
p { color: rgb(215,86,156); }
H1.HeaderClassName
{
color: #D7569C;
}
.AnyTagClassName
{
color: #D7569C;
}
</style>
background-color css
<style>
a { background-color: #D7569C; }
a { background-color: rgb(215,86,156); }
div.DivClassName
{
background-color: #D7569C;
}
.BgClassName
{
background-color: #D7569C;
}
</style>
border-color css
<style>
span { border-color: #D7569C; }
span { border-color: rgb(215,86,156); }
td.TdClassName
{
border-color: #D7569C;
}
.TagClassName
{
border-color: #D7569C;
}
</style>