Shades of Mulberry #D542A1
Tints of Mulberry #D542A1
RGB
CMYK
RGB Variations
Color information
#D542A1 (or 0xD542A1) is known color: Mulberry. HEX triplet: D5, 42 and A1. RGB value is (213,66,161). Sum of RGB (Red+Green+Blue) = 213+66+161=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D542A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542A1 is #2ABD5E. Grayscale: #787878. Windows color (decimal): -2800991 or 10568405. OLE color: 10568405.
HSL color Cylindrical-coordinate representation of color #D542A1: hue angle of 321.22º 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 #D542A1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 161 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.16 |
| HSL | 321.22º | 0.64% | 0.55% | - |
| HSV(B) | 321.22º | 0.69% | 0.84% | - |
| XYZ | 35.82 | 20.62 | 35.81 | - |
| YUV | 120.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 161 | 0 | 0.69 | 0.24 | 0.16 | 321.22 | 0.64 | 0.55 |
| Hex | D5 | 42 | A1 | 0 | 45 | 18 | 10 | 141 | 40 | 37 |
| Octal | 325 | 102 | 241 | 0 | 105 | 30 | 20 | 501 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10100001 | 0 | 1000101 | 11000 | 10000 | 101000001 | 1000000 | 110111 |
Color Harmonies of #D542A1
Complementary color
Monochromatic Colors of #D542A1
Black with #D542A1
Text Example
Text Example
White with #D542A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542A1; }
p { color: rgb(213,66,161); }
H1.HeaderClassName
{
color: #D542A1;
}
.AnyTagClassName
{
color: #D542A1;
}
</style>
background-color css
<style>
a { background-color: #D542A1; }
a { background-color: rgb(213,66,161); }
div.DivClassName
{
background-color: #D542A1;
}
.BgClassName
{
background-color: #D542A1;
}
</style>
border-color css
<style>
span { border-color: #D542A1; }
span { border-color: rgb(213,66,161); }
td.TdClassName
{
border-color: #D542A1;
}
.TagClassName
{
border-color: #D542A1;
}
</style>