Shades of Mulberry #D6549B
Tints of Mulberry #D6549B
RGB
CMYK
RGB Variations
Color information
#D6549B (or 0xD6549B) is known color: Mulberry. HEX triplet: D6, 54 and 9B. RGB value is (214,84,155). Sum of RGB (Red+Green+Blue) = 214+84+155=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6549B is #29AB64. Grayscale: #828282. Windows color (decimal): -2730853 or 10179798. OLE color: 10179798.
HSL color Cylindrical-coordinate representation of color #D6549B: hue angle of 327.23º 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 #D6549B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 155 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.16 |
| HSL | 327.23º | 0.61% | 0.58% | - |
| HSV(B) | 327.23º | 0.61% | 0.84% | - |
| XYZ | 36.82 | 23 | 33.51 | - |
| YUV | 130.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 155 | 0 | 0.61 | 0.28 | 0.16 | 327.23 | 0.61 | 0.58 |
| Hex | D6 | 54 | 9B | 0 | 3D | 1C | 10 | 147 | 3D | 3A |
| Octal | 326 | 124 | 233 | 0 | 75 | 34 | 20 | 507 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10011011 | 0 | 111101 | 11100 | 10000 | 101000111 | 111101 | 111010 |
Color Harmonies of #D6549B
Complementary color
Monochromatic Colors of #D6549B
Black with #D6549B
Text Example
Text Example
White with #D6549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6549B; }
p { color: rgb(214,84,155); }
H1.HeaderClassName
{
color: #D6549B;
}
.AnyTagClassName
{
color: #D6549B;
}
</style>
background-color css
<style>
a { background-color: #D6549B; }
a { background-color: rgb(214,84,155); }
div.DivClassName
{
background-color: #D6549B;
}
.BgClassName
{
background-color: #D6549B;
}
</style>
border-color css
<style>
span { border-color: #D6549B; }
span { border-color: rgb(214,84,155); }
td.TdClassName
{
border-color: #D6549B;
}
.TagClassName
{
border-color: #D6549B;
}
</style>