Shades of Mulberry #D2568D
Tints of Mulberry #D2568D
RGB
CMYK
RGB Variations
Color information
#D2568D (or 0xD2568D) is known color: Mulberry. HEX triplet: D2, 56 and 8D. RGB value is (210,86,141). Sum of RGB (Red+Green+Blue) = 210+86+141=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2568D is #2DA972. Grayscale: #818181. Windows color (decimal): -2992499 or 9262802. OLE color: 9262802.
HSL color Cylindrical-coordinate representation of color #D2568D: hue angle of 333.39º degrees, saturation: 0.58, 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 #D2568D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 141 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.18 |
| HSL | 333.39º | 0.58% | 0.58% | - |
| HSV(B) | 333.39º | 0.59% | 0.82% | - |
| XYZ | 34.71 | 22.28 | 27.67 | - |
| YUV | 129.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 141 | 0 | 0.59 | 0.33 | 0.18 | 333.39 | 0.58 | 0.58 |
| Hex | D2 | 56 | 8D | 0 | 3B | 21 | 12 | 14D | 3A | 3A |
| Octal | 322 | 126 | 215 | 0 | 73 | 41 | 22 | 515 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10001101 | 0 | 111011 | 100001 | 10010 | 101001101 | 111010 | 111010 |
Color Harmonies of #D2568D
Complementary color
Monochromatic Colors of #D2568D
Black with #D2568D
Text Example
Text Example
White with #D2568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2568D; }
p { color: rgb(210,86,141); }
H1.HeaderClassName
{
color: #D2568D;
}
.AnyTagClassName
{
color: #D2568D;
}
</style>
background-color css
<style>
a { background-color: #D2568D; }
a { background-color: rgb(210,86,141); }
div.DivClassName
{
background-color: #D2568D;
}
.BgClassName
{
background-color: #D2568D;
}
</style>
border-color css
<style>
span { border-color: #D2568D; }
span { border-color: rgb(210,86,141); }
td.TdClassName
{
border-color: #D2568D;
}
.TagClassName
{
border-color: #D2568D;
}
</style>