Shades of Mulberry #D1568E
Tints of Mulberry #D1568E
RGB
CMYK
RGB Variations
Color information
#D1568E (or 0xD1568E) is known color: Mulberry. HEX triplet: D1, 56 and 8E. RGB value is (209,86,142). Sum of RGB (Red+Green+Blue) = 209+86+142=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1568E is #2EA971. Grayscale: #818181. Windows color (decimal): -3058034 or 9328337. OLE color: 9328337.
HSL color Cylindrical-coordinate representation of color #D1568E: hue angle of 332.68º degrees, saturation: 0.57, 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 #D1568E is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 142 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.18 |
| HSL | 332.68º | 0.57% | 0.58% | - |
| HSV(B) | 332.68º | 0.59% | 0.82% | - |
| XYZ | 34.5 | 22.16 | 28.05 | - |
| YUV | 129.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 142 | 0 | 0.59 | 0.32 | 0.18 | 332.68 | 0.57 | 0.58 |
| Hex | D1 | 56 | 8E | 0 | 3B | 20 | 12 | 14D | 39 | 3A |
| Octal | 321 | 126 | 216 | 0 | 73 | 40 | 22 | 515 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10001110 | 0 | 111011 | 100000 | 10010 | 101001101 | 111001 | 111010 |
Color Harmonies of #D1568E
Complementary color
Monochromatic Colors of #D1568E
Black with #D1568E
Text Example
Text Example
White with #D1568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1568E; }
p { color: rgb(209,86,142); }
H1.HeaderClassName
{
color: #D1568E;
}
.AnyTagClassName
{
color: #D1568E;
}
</style>
background-color css
<style>
a { background-color: #D1568E; }
a { background-color: rgb(209,86,142); }
div.DivClassName
{
background-color: #D1568E;
}
.BgClassName
{
background-color: #D1568E;
}
</style>
border-color css
<style>
span { border-color: #D1568E; }
span { border-color: rgb(209,86,142); }
td.TdClassName
{
border-color: #D1568E;
}
.TagClassName
{
border-color: #D1568E;
}
</style>