Shades of Mulberry #D2569F
Tints of Mulberry #D2569F
RGB
CMYK
RGB Variations
Color information
#D2569F (or 0xD2569F) is known color: Mulberry. HEX triplet: D2, 56 and 9F. RGB value is (210,86,159). Sum of RGB (Red+Green+Blue) = 210+86+159=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2569F is #2DA960. Grayscale: #838383. Windows color (decimal): -2992481 or 10442450. OLE color: 10442450.
HSL color Cylindrical-coordinate representation of color #D2569F: hue angle of 324.68º 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 #D2569F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 159 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.18 |
| HSL | 324.68º | 0.58% | 0.58% | - |
| HSV(B) | 324.68º | 0.59% | 0.82% | - |
| XYZ | 36.16 | 22.86 | 35.31 | - |
| YUV | 131.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 159 | 0 | 0.59 | 0.24 | 0.18 | 324.68 | 0.58 | 0.58 |
| Hex | D2 | 56 | 9F | 0 | 3B | 18 | 12 | 145 | 3A | 3A |
| Octal | 322 | 126 | 237 | 0 | 73 | 30 | 22 | 505 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10011111 | 0 | 111011 | 11000 | 10010 | 101000101 | 111010 | 111010 |
Color Harmonies of #D2569F
Complementary color
Monochromatic Colors of #D2569F
Black with #D2569F
Text Example
Text Example
White with #D2569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2569F; }
p { color: rgb(210,86,159); }
H1.HeaderClassName
{
color: #D2569F;
}
.AnyTagClassName
{
color: #D2569F;
}
</style>
background-color css
<style>
a { background-color: #D2569F; }
a { background-color: rgb(210,86,159); }
div.DivClassName
{
background-color: #D2569F;
}
.BgClassName
{
background-color: #D2569F;
}
</style>
border-color css
<style>
span { border-color: #D2569F; }
span { border-color: rgb(210,86,159); }
td.TdClassName
{
border-color: #D2569F;
}
.TagClassName
{
border-color: #D2569F;
}
</style>