Shades of Mulberry #D549A6
Tints of Mulberry #D549A6
RGB
CMYK
RGB Variations
Color information
#D549A6 (or 0xD549A6) is known color: Mulberry. HEX triplet: D5, 49 and A6. RGB value is (213,73,166). Sum of RGB (Red+Green+Blue) = 213+73+166=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D549A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549A6 is #2AB659. Grayscale: #7D7D7D. Windows color (decimal): -2799194 or 10897877. OLE color: 10897877.
HSL color Cylindrical-coordinate representation of color #D549A6: hue angle of 320.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549A6 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 166 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.16 |
| HSL | 320.14º | 0.63% | 0.56% | - |
| HSV(B) | 320.14º | 0.66% | 0.84% | - |
| XYZ | 36.71 | 21.66 | 38.32 | - |
| YUV | 125.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 166 | 0 | 0.66 | 0.22 | 0.16 | 320.14 | 0.63 | 0.56 |
| Hex | D5 | 49 | A6 | 0 | 42 | 16 | 10 | 140 | 3E | 38 |
| Octal | 325 | 111 | 246 | 0 | 102 | 26 | 20 | 500 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10100110 | 0 | 1000010 | 10110 | 10000 | 101000000 | 111110 | 111000 |
Color Harmonies of #D549A6
Complementary color
Monochromatic Colors of #D549A6
Black with #D549A6
Text Example
Text Example
White with #D549A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549A6; }
p { color: rgb(213,73,166); }
H1.HeaderClassName
{
color: #D549A6;
}
.AnyTagClassName
{
color: #D549A6;
}
</style>
background-color css
<style>
a { background-color: #D549A6; }
a { background-color: rgb(213,73,166); }
div.DivClassName
{
background-color: #D549A6;
}
.BgClassName
{
background-color: #D549A6;
}
</style>
border-color css
<style>
span { border-color: #D549A6; }
span { border-color: rgb(213,73,166); }
td.TdClassName
{
border-color: #D549A6;
}
.TagClassName
{
border-color: #D549A6;
}
</style>