Shades of Mulberry #D6549A
Tints of Mulberry #D6549A
RGB
CMYK
RGB Variations
Color information
#D6549A (or 0xD6549A) is known color: Mulberry. HEX triplet: D6, 54 and 9A. RGB value is (214,84,154). Sum of RGB (Red+Green+Blue) = 214+84+154=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6549A is #29AB65. Grayscale: #828282. Windows color (decimal): -2730854 or 10114262. OLE color: 10114262.
HSL color Cylindrical-coordinate representation of color #D6549A: hue angle of 327.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6549A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 154 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.16 |
| HSL | 327.69º | 0.61% | 0.58% | - |
| HSV(B) | 327.69º | 0.61% | 0.84% | - |
| XYZ | 36.73 | 22.97 | 33.07 | - |
| YUV | 130.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 154 | 0 | 0.61 | 0.28 | 0.16 | 327.69 | 0.61 | 0.58 |
| Hex | D6 | 54 | 9A | 0 | 3D | 1C | 10 | 148 | 3D | 3A |
| Octal | 326 | 124 | 232 | 0 | 75 | 34 | 20 | 510 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10011010 | 0 | 111101 | 11100 | 10000 | 101001000 | 111101 | 111010 |
Color Harmonies of #D6549A
Complementary color
Monochromatic Colors of #D6549A
Black with #D6549A
Text Example
Text Example
White with #D6549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6549A; }
p { color: rgb(214,84,154); }
H1.HeaderClassName
{
color: #D6549A;
}
.AnyTagClassName
{
color: #D6549A;
}
</style>
background-color css
<style>
a { background-color: #D6549A; }
a { background-color: rgb(214,84,154); }
div.DivClassName
{
background-color: #D6549A;
}
.BgClassName
{
background-color: #D6549A;
}
</style>
border-color css
<style>
span { border-color: #D6549A; }
span { border-color: rgb(214,84,154); }
td.TdClassName
{
border-color: #D6549A;
}
.TagClassName
{
border-color: #D6549A;
}
</style>