Shades of Mulberry #D7568D
Tints of Mulberry #D7568D
RGB
CMYK
RGB Variations
Color information
#D7568D (or 0xD7568D) is known color: Mulberry. HEX triplet: D7, 56 and 8D. RGB value is (215,86,141). Sum of RGB (Red+Green+Blue) = 215+86+141=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7568D is #28A972. Grayscale: #828282. Windows color (decimal): -2664819 or 9262807. OLE color: 9262807.
HSL color Cylindrical-coordinate representation of color #D7568D: hue angle of 334.42º 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 #D7568D is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 141 | - |
| CMYK | 0 | 0.6 | 0.34 | 0.16 |
| HSL | 334.42º | 0.62% | 0.59% | - |
| HSV(B) | 334.42º | 0.6% | 0.84% | - |
| XYZ | 36.16 | 23.03 | 27.74 | - |
| YUV | 130.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 141 | 0 | 0.6 | 0.34 | 0.16 | 334.42 | 0.62 | 0.59 |
| Hex | D7 | 56 | 8D | 0 | 3C | 22 | 10 | 14E | 3E | 3B |
| Octal | 327 | 126 | 215 | 0 | 74 | 42 | 20 | 516 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10001101 | 0 | 111100 | 100010 | 10000 | 101001110 | 111110 | 111011 |
Color Harmonies of #D7568D
Complementary color
Monochromatic Colors of #D7568D
Black with #D7568D
Text Example
Text Example
White with #D7568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7568D; }
p { color: rgb(215,86,141); }
H1.HeaderClassName
{
color: #D7568D;
}
.AnyTagClassName
{
color: #D7568D;
}
</style>
background-color css
<style>
a { background-color: #D7568D; }
a { background-color: rgb(215,86,141); }
div.DivClassName
{
background-color: #D7568D;
}
.BgClassName
{
background-color: #D7568D;
}
</style>
border-color css
<style>
span { border-color: #D7568D; }
span { border-color: rgb(215,86,141); }
td.TdClassName
{
border-color: #D7568D;
}
.TagClassName
{
border-color: #D7568D;
}
</style>