Shades of Mulberry #D249A8
Tints of Mulberry #D249A8
RGB
CMYK
RGB Variations
Color information
#D249A8 (or 0xD249A8) is known color: Mulberry. HEX triplet: D2, 49 and A8. RGB value is (210,73,168). Sum of RGB (Red+Green+Blue) = 210+73+168=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D249A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249A8 is #2DB657. Grayscale: #7C7C7C. Windows color (decimal): -2995800 or 11028946. OLE color: 11028946.
HSL color Cylindrical-coordinate representation of color #D249A8: hue angle of 318.39º 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 #D249A8 is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 168 | - |
| CMYK | 0 | 0.65 | 0.2 | 0.18 |
| HSL | 318.39º | 0.6% | 0.55% | - |
| HSV(B) | 318.39º | 0.65% | 0.82% | - |
| XYZ | 36.03 | 21.29 | 39.26 | - |
| YUV | 124.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 168 | 0 | 0.65 | 0.2 | 0.18 | 318.39 | 0.6 | 0.55 |
| Hex | D2 | 49 | A8 | 0 | 41 | 14 | 12 | 13E | 3C | 37 |
| Octal | 322 | 111 | 250 | 0 | 101 | 24 | 22 | 476 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10101000 | 0 | 1000001 | 10100 | 10010 | 100111110 | 111100 | 110111 |
Color Harmonies of #D249A8
Complementary color
Monochromatic Colors of #D249A8
Black with #D249A8
Text Example
Text Example
White with #D249A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249A8; }
p { color: rgb(210,73,168); }
H1.HeaderClassName
{
color: #D249A8;
}
.AnyTagClassName
{
color: #D249A8;
}
</style>
background-color css
<style>
a { background-color: #D249A8; }
a { background-color: rgb(210,73,168); }
div.DivClassName
{
background-color: #D249A8;
}
.BgClassName
{
background-color: #D249A8;
}
</style>
border-color css
<style>
span { border-color: #D249A8; }
span { border-color: rgb(210,73,168); }
td.TdClassName
{
border-color: #D249A8;
}
.TagClassName
{
border-color: #D249A8;
}
</style>