Shades of Mulberry #D2568B
Tints of Mulberry #D2568B
RGB
CMYK
RGB Variations
Color information
#D2568B (or 0xD2568B) is known color: Mulberry. HEX triplet: D2, 56 and 8B. RGB value is (210,86,139). Sum of RGB (Red+Green+Blue) = 210+86+139=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2568B is #2DA974. Grayscale: #818181. Windows color (decimal): -2992501 or 9131730. OLE color: 9131730.
HSL color Cylindrical-coordinate representation of color #D2568B: hue angle of 334.35º 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 #D2568B is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 139 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.18 |
| HSL | 334.35º | 0.58% | 0.58% | - |
| HSV(B) | 334.35º | 0.59% | 0.82% | - |
| XYZ | 34.57 | 22.22 | 26.89 | - |
| YUV | 129.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 139 | 0 | 0.59 | 0.34 | 0.18 | 334.35 | 0.58 | 0.58 |
| Hex | D2 | 56 | 8B | 0 | 3B | 22 | 12 | 14E | 3A | 3A |
| Octal | 322 | 126 | 213 | 0 | 73 | 42 | 22 | 516 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10001011 | 0 | 111011 | 100010 | 10010 | 101001110 | 111010 | 111010 |
Color Harmonies of #D2568B
Complementary color
Monochromatic Colors of #D2568B
Black with #D2568B
Text Example
Text Example
White with #D2568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2568B; }
p { color: rgb(210,86,139); }
H1.HeaderClassName
{
color: #D2568B;
}
.AnyTagClassName
{
color: #D2568B;
}
</style>
background-color css
<style>
a { background-color: #D2568B; }
a { background-color: rgb(210,86,139); }
div.DivClassName
{
background-color: #D2568B;
}
.BgClassName
{
background-color: #D2568B;
}
</style>
border-color css
<style>
span { border-color: #D2568B; }
span { border-color: rgb(210,86,139); }
td.TdClassName
{
border-color: #D2568B;
}
.TagClassName
{
border-color: #D2568B;
}
</style>