Shades of Mulberry #D1568B
Tints of Mulberry #D1568B
RGB
CMYK
RGB Variations
Color information
#D1568B (or 0xD1568B) is known color: Mulberry. HEX triplet: D1, 56 and 8B. RGB value is (209,86,139). Sum of RGB (Red+Green+Blue) = 209+86+139=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1568B is #2EA974. Grayscale: #808080. Windows color (decimal): -3058037 or 9131729. OLE color: 9131729.
HSL color Cylindrical-coordinate representation of color #D1568B: hue angle of 334.15º 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 #D1568B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 139 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.18 |
| HSL | 334.15º | 0.57% | 0.58% | - |
| HSV(B) | 334.15º | 0.59% | 0.82% | - |
| XYZ | 34.28 | 22.07 | 26.88 | - |
| YUV | 128.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 139 | 0 | 0.59 | 0.33 | 0.18 | 334.15 | 0.57 | 0.58 |
| Hex | D1 | 56 | 8B | 0 | 3B | 21 | 12 | 14E | 39 | 3A |
| Octal | 321 | 126 | 213 | 0 | 73 | 41 | 22 | 516 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10001011 | 0 | 111011 | 100001 | 10010 | 101001110 | 111001 | 111010 |
Color Harmonies of #D1568B
Complementary color
Monochromatic Colors of #D1568B
Black with #D1568B
Text Example
Text Example
White with #D1568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1568B; }
p { color: rgb(209,86,139); }
H1.HeaderClassName
{
color: #D1568B;
}
.AnyTagClassName
{
color: #D1568B;
}
</style>
background-color css
<style>
a { background-color: #D1568B; }
a { background-color: rgb(209,86,139); }
div.DivClassName
{
background-color: #D1568B;
}
.BgClassName
{
background-color: #D1568B;
}
</style>
border-color css
<style>
span { border-color: #D1568B; }
span { border-color: rgb(209,86,139); }
td.TdClassName
{
border-color: #D1568B;
}
.TagClassName
{
border-color: #D1568B;
}
</style>