Shades of Mulberry #D7549B
Tints of Mulberry #D7549B
RGB
CMYK
RGB Variations
Color information
#D7549B (or 0xD7549B) is known color: Mulberry. HEX triplet: D7, 54 and 9B. RGB value is (215,84,155). Sum of RGB (Red+Green+Blue) = 215+84+155=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7549B is #28AB64. Grayscale: #838383. Windows color (decimal): -2665317 or 10179799. OLE color: 10179799.
HSL color Cylindrical-coordinate representation of color #D7549B: hue angle of 327.48º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7549B is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 155 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.16 |
| HSL | 327.48º | 0.62% | 0.59% | - |
| HSV(B) | 327.48º | 0.61% | 0.84% | - |
| XYZ | 37.11 | 23.15 | 33.52 | - |
| YUV | 131.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 155 | 0 | 0.61 | 0.28 | 0.16 | 327.48 | 0.62 | 0.59 |
| Hex | D7 | 54 | 9B | 0 | 3D | 1C | 10 | 147 | 3E | 3B |
| Octal | 327 | 124 | 233 | 0 | 75 | 34 | 20 | 507 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10011011 | 0 | 111101 | 11100 | 10000 | 101000111 | 111110 | 111011 |
Color Harmonies of #D7549B
Complementary color
Monochromatic Colors of #D7549B
Black with #D7549B
Text Example
Text Example
White with #D7549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7549B; }
p { color: rgb(215,84,155); }
H1.HeaderClassName
{
color: #D7549B;
}
.AnyTagClassName
{
color: #D7549B;
}
</style>
background-color css
<style>
a { background-color: #D7549B; }
a { background-color: rgb(215,84,155); }
div.DivClassName
{
background-color: #D7549B;
}
.BgClassName
{
background-color: #D7549B;
}
</style>
border-color css
<style>
span { border-color: #D7549B; }
span { border-color: rgb(215,84,155); }
td.TdClassName
{
border-color: #D7549B;
}
.TagClassName
{
border-color: #D7549B;
}
</style>