Shades of Mulberry #D4559A
Tints of Mulberry #D4559A
RGB
CMYK
RGB Variations
Color information
#D4559A (or 0xD4559A) is known color: Mulberry. HEX triplet: D4, 55 and 9A. RGB value is (212,85,154). Sum of RGB (Red+Green+Blue) = 212+85+154=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4559A is #2BAA65. Grayscale: #828282. Windows color (decimal): -2861670 or 10114516. OLE color: 10114516.
HSL color Cylindrical-coordinate representation of color #D4559A: hue angle of 327.4º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4559A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 154 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.17 |
| HSL | 327.4º | 0.6% | 0.58% | - |
| HSV(B) | 327.4º | 0.6% | 0.83% | - |
| XYZ | 36.23 | 22.83 | 33.07 | - |
| YUV | 130.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 154 | 0 | 0.60 | 0.27 | 0.17 | 327.4 | 0.6 | 0.58 |
| Hex | D4 | 55 | 9A | 0 | 3C | 1B | 11 | 147 | 3C | 3A |
| Octal | 324 | 125 | 232 | 0 | 74 | 33 | 21 | 507 | 74 | 72 |
| Binary | 11010100 | 1010101 | 10011010 | 0 | 111100 | 11011 | 10001 | 101000111 | 111100 | 111010 |
Color Harmonies of #D4559A
Complementary color
Monochromatic Colors of #D4559A
Black with #D4559A
Text Example
Text Example
White with #D4559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4559A; }
p { color: rgb(212,85,154); }
H1.HeaderClassName
{
color: #D4559A;
}
.AnyTagClassName
{
color: #D4559A;
}
</style>
background-color css
<style>
a { background-color: #D4559A; }
a { background-color: rgb(212,85,154); }
div.DivClassName
{
background-color: #D4559A;
}
.BgClassName
{
background-color: #D4559A;
}
</style>
border-color css
<style>
span { border-color: #D4559A; }
span { border-color: rgb(212,85,154); }
td.TdClassName
{
border-color: #D4559A;
}
.TagClassName
{
border-color: #D4559A;
}
</style>