Shades of Mulberry #D249A6
Tints of Mulberry #D249A6
RGB
CMYK
RGB Variations
Color information
#D249A6 (or 0xD249A6) is known color: Mulberry. HEX triplet: D2, 49 and A6. RGB value is (210,73,166). Sum of RGB (Red+Green+Blue) = 210+73+166=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D249A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249A6 is #2DB659. Grayscale: #7C7C7C. Windows color (decimal): -2995802 or 10897874. OLE color: 10897874.
HSL color Cylindrical-coordinate representation of color #D249A6: hue angle of 319.27º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249A6 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 166 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.18 |
| HSL | 319.27º | 0.6% | 0.55% | - |
| HSV(B) | 319.27º | 0.65% | 0.82% | - |
| XYZ | 35.84 | 21.22 | 38.28 | - |
| YUV | 124.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 166 | 0 | 0.65 | 0.21 | 0.18 | 319.27 | 0.6 | 0.55 |
| Hex | D2 | 49 | A6 | 0 | 41 | 15 | 12 | 13F | 3C | 37 |
| Octal | 322 | 111 | 246 | 0 | 101 | 25 | 22 | 477 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10100110 | 0 | 1000001 | 10101 | 10010 | 100111111 | 111100 | 110111 |
Color Harmonies of #D249A6
Complementary color
Monochromatic Colors of #D249A6
Black with #D249A6
Text Example
Text Example
White with #D249A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249A6; }
p { color: rgb(210,73,166); }
H1.HeaderClassName
{
color: #D249A6;
}
.AnyTagClassName
{
color: #D249A6;
}
</style>
background-color css
<style>
a { background-color: #D249A6; }
a { background-color: rgb(210,73,166); }
div.DivClassName
{
background-color: #D249A6;
}
.BgClassName
{
background-color: #D249A6;
}
</style>
border-color css
<style>
span { border-color: #D249A6; }
span { border-color: rgb(210,73,166); }
td.TdClassName
{
border-color: #D249A6;
}
.TagClassName
{
border-color: #D249A6;
}
</style>