Shades of Mulberry #D0568D
Tints of Mulberry #D0568D
RGB
CMYK
RGB Variations
Color information
#D0568D (or 0xD0568D) is known color: Mulberry. HEX triplet: D0, 56 and 8D. RGB value is (208,86,141). Sum of RGB (Red+Green+Blue) = 208+86+141=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0568D is #2FA972. Grayscale: #808080. Windows color (decimal): -3123571 or 9262800. OLE color: 9262800.
HSL color Cylindrical-coordinate representation of color #D0568D: hue angle of 332.95º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0568D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 141 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.18 |
| HSL | 332.95º | 0.56% | 0.58% | - |
| HSV(B) | 332.95º | 0.59% | 0.82% | - |
| XYZ | 34.15 | 21.99 | 27.64 | - |
| YUV | 128.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 141 | 0 | 0.59 | 0.32 | 0.18 | 332.95 | 0.56 | 0.58 |
| Hex | D0 | 56 | 8D | 0 | 3B | 20 | 12 | 14D | 38 | 3A |
| Octal | 320 | 126 | 215 | 0 | 73 | 40 | 22 | 515 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10001101 | 0 | 111011 | 100000 | 10010 | 101001101 | 111000 | 111010 |
Color Harmonies of #D0568D
Complementary color
Monochromatic Colors of #D0568D
Black with #D0568D
Text Example
Text Example
White with #D0568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0568D; }
p { color: rgb(208,86,141); }
H1.HeaderClassName
{
color: #D0568D;
}
.AnyTagClassName
{
color: #D0568D;
}
</style>
background-color css
<style>
a { background-color: #D0568D; }
a { background-color: rgb(208,86,141); }
div.DivClassName
{
background-color: #D0568D;
}
.BgClassName
{
background-color: #D0568D;
}
</style>
border-color css
<style>
span { border-color: #D0568D; }
span { border-color: rgb(208,86,141); }
td.TdClassName
{
border-color: #D0568D;
}
.TagClassName
{
border-color: #D0568D;
}
</style>