Shades of Mulberry #D2549C
Tints of Mulberry #D2549C
RGB
CMYK
RGB Variations
Color information
#D2549C (or 0xD2549C) is known color: Mulberry. HEX triplet: D2, 54 and 9C. RGB value is (210,84,156). Sum of RGB (Red+Green+Blue) = 210+84+156=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2549C is #2DAB63. Grayscale: #818181. Windows color (decimal): -2992996 or 10245330. OLE color: 10245330.
HSL color Cylindrical-coordinate representation of color #D2549C: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2549C is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 156 | - |
| CMYK | 0 | 0.6 | 0.26 | 0.18 |
| HSL | 325.71º | 0.58% | 0.58% | - |
| HSV(B) | 325.71º | 0.6% | 0.82% | - |
| XYZ | 35.75 | 22.44 | 33.9 | - |
| YUV | 129.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 156 | 0 | 0.6 | 0.26 | 0.18 | 325.71 | 0.58 | 0.58 |
| Hex | D2 | 54 | 9C | 0 | 3C | 1A | 12 | 146 | 3A | 3A |
| Octal | 322 | 124 | 234 | 0 | 74 | 32 | 22 | 506 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10011100 | 0 | 111100 | 11010 | 10010 | 101000110 | 111010 | 111010 |
Color Harmonies of #D2549C
Complementary color
Monochromatic Colors of #D2549C
Black with #D2549C
Text Example
Text Example
White with #D2549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2549C; }
p { color: rgb(210,84,156); }
H1.HeaderClassName
{
color: #D2549C;
}
.AnyTagClassName
{
color: #D2549C;
}
</style>
background-color css
<style>
a { background-color: #D2549C; }
a { background-color: rgb(210,84,156); }
div.DivClassName
{
background-color: #D2549C;
}
.BgClassName
{
background-color: #D2549C;
}
</style>
border-color css
<style>
span { border-color: #D2549C; }
span { border-color: rgb(210,84,156); }
td.TdClassName
{
border-color: #D2549C;
}
.TagClassName
{
border-color: #D2549C;
}
</style>