Shades of Mulberry #D2549F
Tints of Mulberry #D2549F
RGB
CMYK
RGB Variations
Color information
#D2549F (or 0xD2549F) is known color: Mulberry. HEX triplet: D2, 54 and 9F. RGB value is (210,84,159). Sum of RGB (Red+Green+Blue) = 210+84+159=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2549F is #2DAB60. Grayscale: #828282. Windows color (decimal): -2992993 or 10441938. OLE color: 10441938.
HSL color Cylindrical-coordinate representation of color #D2549F: hue angle of 324.29º 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 #D2549F is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 159 | - |
| CMYK | 0 | 0.6 | 0.24 | 0.18 |
| HSL | 324.29º | 0.58% | 0.58% | - |
| HSV(B) | 324.29º | 0.6% | 0.82% | - |
| XYZ | 36.01 | 22.55 | 35.25 | - |
| YUV | 130.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 159 | 0 | 0.6 | 0.24 | 0.18 | 324.29 | 0.58 | 0.58 |
| Hex | D2 | 54 | 9F | 0 | 3C | 18 | 12 | 144 | 3A | 3A |
| Octal | 322 | 124 | 237 | 0 | 74 | 30 | 22 | 504 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10011111 | 0 | 111100 | 11000 | 10010 | 101000100 | 111010 | 111010 |
Color Harmonies of #D2549F
Complementary color
Monochromatic Colors of #D2549F
Black with #D2549F
Text Example
Text Example
White with #D2549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2549F; }
p { color: rgb(210,84,159); }
H1.HeaderClassName
{
color: #D2549F;
}
.AnyTagClassName
{
color: #D2549F;
}
</style>
background-color css
<style>
a { background-color: #D2549F; }
a { background-color: rgb(210,84,159); }
div.DivClassName
{
background-color: #D2549F;
}
.BgClassName
{
background-color: #D2549F;
}
</style>
border-color css
<style>
span { border-color: #D2549F; }
span { border-color: rgb(210,84,159); }
td.TdClassName
{
border-color: #D2549F;
}
.TagClassName
{
border-color: #D2549F;
}
</style>