Shades of Mulberry #D6568D
Tints of Mulberry #D6568D
RGB
CMYK
RGB Variations
Color information
#D6568D (or 0xD6568D) is known color: Mulberry. HEX triplet: D6, 56 and 8D. RGB value is (214,86,141). Sum of RGB (Red+Green+Blue) = 214+86+141=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6568D is #29A972. Grayscale: #828282. Windows color (decimal): -2730355 or 9262806. OLE color: 9262806.
HSL color Cylindrical-coordinate representation of color #D6568D: hue angle of 334.22º 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 #D6568D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 141 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.16 |
| HSL | 334.22º | 0.61% | 0.59% | - |
| HSV(B) | 334.22º | 0.6% | 0.84% | - |
| XYZ | 35.87 | 22.87 | 27.72 | - |
| YUV | 130.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 141 | 0 | 0.60 | 0.34 | 0.16 | 334.22 | 0.61 | 0.59 |
| Hex | D6 | 56 | 8D | 0 | 3C | 22 | 10 | 14E | 3D | 3B |
| Octal | 326 | 126 | 215 | 0 | 74 | 42 | 20 | 516 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10001101 | 0 | 111100 | 100010 | 10000 | 101001110 | 111101 | 111011 |
Color Harmonies of #D6568D
Complementary color
Monochromatic Colors of #D6568D
Black with #D6568D
Text Example
Text Example
White with #D6568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6568D; }
p { color: rgb(214,86,141); }
H1.HeaderClassName
{
color: #D6568D;
}
.AnyTagClassName
{
color: #D6568D;
}
</style>
background-color css
<style>
a { background-color: #D6568D; }
a { background-color: rgb(214,86,141); }
div.DivClassName
{
background-color: #D6568D;
}
.BgClassName
{
background-color: #D6568D;
}
</style>
border-color css
<style>
span { border-color: #D6568D; }
span { border-color: rgb(214,86,141); }
td.TdClassName
{
border-color: #D6568D;
}
.TagClassName
{
border-color: #D6568D;
}
</style>