Shades of Mulberry #D0568A
Tints of Mulberry #D0568A
RGB
CMYK
RGB Variations
Color information
#D0568A (or 0xD0568A) is known color: Mulberry. HEX triplet: D0, 56 and 8A. RGB value is (208,86,138). Sum of RGB (Red+Green+Blue) = 208+86+138=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0568A is #2FA975. Grayscale: #808080. Windows color (decimal): -3123574 or 9066192. OLE color: 9066192.
HSL color Cylindrical-coordinate representation of color #D0568A: hue angle of 334.43º 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 #D0568A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 138 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.18 |
| HSL | 334.43º | 0.56% | 0.58% | - |
| HSV(B) | 334.43º | 0.59% | 0.82% | - |
| XYZ | 33.93 | 21.9 | 26.48 | - |
| YUV | 128.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 138 | 0 | 0.59 | 0.34 | 0.18 | 334.43 | 0.56 | 0.58 |
| Hex | D0 | 56 | 8A | 0 | 3B | 22 | 12 | 14E | 38 | 3A |
| Octal | 320 | 126 | 212 | 0 | 73 | 42 | 22 | 516 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10001010 | 0 | 111011 | 100010 | 10010 | 101001110 | 111000 | 111010 |
Color Harmonies of #D0568A
Complementary color
Monochromatic Colors of #D0568A
Black with #D0568A
Text Example
Text Example
White with #D0568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0568A; }
p { color: rgb(208,86,138); }
H1.HeaderClassName
{
color: #D0568A;
}
.AnyTagClassName
{
color: #D0568A;
}
</style>
background-color css
<style>
a { background-color: #D0568A; }
a { background-color: rgb(208,86,138); }
div.DivClassName
{
background-color: #D0568A;
}
.BgClassName
{
background-color: #D0568A;
}
</style>
border-color css
<style>
span { border-color: #D0568A; }
span { border-color: rgb(208,86,138); }
td.TdClassName
{
border-color: #D0568A;
}
.TagClassName
{
border-color: #D0568A;
}
</style>