Shades of Mulberry #D0568C
Tints of Mulberry #D0568C
RGB
CMYK
RGB Variations
Color information
#D0568C (or 0xD0568C) is known color: Mulberry. HEX triplet: D0, 56 and 8C. RGB value is (208,86,140). Sum of RGB (Red+Green+Blue) = 208+86+140=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0568C is #2FA973. Grayscale: #808080. Windows color (decimal): -3123572 or 9197264. OLE color: 9197264.
HSL color Cylindrical-coordinate representation of color #D0568C: hue angle of 333.44º 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 #D0568C is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 140 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.18 |
| HSL | 333.44º | 0.56% | 0.58% | - |
| HSV(B) | 333.44º | 0.59% | 0.82% | - |
| XYZ | 34.07 | 21.96 | 27.25 | - |
| YUV | 128.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 140 | 0 | 0.59 | 0.33 | 0.18 | 333.44 | 0.56 | 0.58 |
| Hex | D0 | 56 | 8C | 0 | 3B | 21 | 12 | 14D | 38 | 3A |
| Octal | 320 | 126 | 214 | 0 | 73 | 41 | 22 | 515 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10001100 | 0 | 111011 | 100001 | 10010 | 101001101 | 111000 | 111010 |
Color Harmonies of #D0568C
Complementary color
Monochromatic Colors of #D0568C
Black with #D0568C
Text Example
Text Example
White with #D0568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0568C; }
p { color: rgb(208,86,140); }
H1.HeaderClassName
{
color: #D0568C;
}
.AnyTagClassName
{
color: #D0568C;
}
</style>
background-color css
<style>
a { background-color: #D0568C; }
a { background-color: rgb(208,86,140); }
div.DivClassName
{
background-color: #D0568C;
}
.BgClassName
{
background-color: #D0568C;
}
</style>
border-color css
<style>
span { border-color: #D0568C; }
span { border-color: rgb(208,86,140); }
td.TdClassName
{
border-color: #D0568C;
}
.TagClassName
{
border-color: #D0568C;
}
</style>