Shades of Mulberry #D2579A
Tints of Mulberry #D2579A
RGB
CMYK
RGB Variations
Color information
#D2579A (or 0xD2579A) is known color: Mulberry. HEX triplet: D2, 57 and 9A. RGB value is (210,87,154). Sum of RGB (Red+Green+Blue) = 210+87+154=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2579A is #2DA865. Grayscale: #838383. Windows color (decimal): -2992230 or 10115026. OLE color: 10115026.
HSL color Cylindrical-coordinate representation of color #D2579A: hue angle of 327.32º 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 #D2579A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 154 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.18 |
| HSL | 327.32º | 0.58% | 0.58% | - |
| HSV(B) | 327.32º | 0.59% | 0.82% | - |
| XYZ | 35.82 | 22.85 | 33.09 | - |
| YUV | 131.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 154 | 0 | 0.59 | 0.27 | 0.18 | 327.32 | 0.58 | 0.58 |
| Hex | D2 | 57 | 9A | 0 | 3B | 1B | 12 | 147 | 3A | 3A |
| Octal | 322 | 127 | 232 | 0 | 73 | 33 | 22 | 507 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10011010 | 0 | 111011 | 11011 | 10010 | 101000111 | 111010 | 111010 |
Color Harmonies of #D2579A
Complementary color
Monochromatic Colors of #D2579A
Black with #D2579A
Text Example
Text Example
White with #D2579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2579A; }
p { color: rgb(210,87,154); }
H1.HeaderClassName
{
color: #D2579A;
}
.AnyTagClassName
{
color: #D2579A;
}
</style>
background-color css
<style>
a { background-color: #D2579A; }
a { background-color: rgb(210,87,154); }
div.DivClassName
{
background-color: #D2579A;
}
.BgClassName
{
background-color: #D2579A;
}
</style>
border-color css
<style>
span { border-color: #D2579A; }
span { border-color: rgb(210,87,154); }
td.TdClassName
{
border-color: #D2579A;
}
.TagClassName
{
border-color: #D2579A;
}
</style>