Shades of Mulberry #D542A6
Tints of Mulberry #D542A6
RGB
CMYK
RGB Variations
Color information
#D542A6 (or 0xD542A6) is known color: Mulberry. HEX triplet: D5, 42 and A6. RGB value is (213,66,166). Sum of RGB (Red+Green+Blue) = 213+66+166=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D542A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542A6 is #2ABD59. Grayscale: #797979. Windows color (decimal): -2800986 or 10896085. OLE color: 10896085.
HSL color Cylindrical-coordinate representation of color #D542A6: hue angle of 319.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D542A6 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 166 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.16 |
| HSL | 319.18º | 0.64% | 0.55% | - |
| HSV(B) | 319.18º | 0.69% | 0.84% | - |
| XYZ | 36.27 | 20.8 | 38.18 | - |
| YUV | 121.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 166 | 0 | 0.69 | 0.22 | 0.16 | 319.18 | 0.64 | 0.55 |
| Hex | D5 | 42 | A6 | 0 | 45 | 16 | 10 | 13F | 40 | 37 |
| Octal | 325 | 102 | 246 | 0 | 105 | 26 | 20 | 477 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10100110 | 0 | 1000101 | 10110 | 10000 | 100111111 | 1000000 | 110111 |
Color Harmonies of #D542A6
Complementary color
Monochromatic Colors of #D542A6
Black with #D542A6
Text Example
Text Example
White with #D542A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542A6; }
p { color: rgb(213,66,166); }
H1.HeaderClassName
{
color: #D542A6;
}
.AnyTagClassName
{
color: #D542A6;
}
</style>
background-color css
<style>
a { background-color: #D542A6; }
a { background-color: rgb(213,66,166); }
div.DivClassName
{
background-color: #D542A6;
}
.BgClassName
{
background-color: #D542A6;
}
</style>
border-color css
<style>
span { border-color: #D542A6; }
span { border-color: rgb(213,66,166); }
td.TdClassName
{
border-color: #D542A6;
}
.TagClassName
{
border-color: #D542A6;
}
</style>