Shades of Mulberry #D842A1
Tints of Mulberry #D842A1
RGB
CMYK
RGB Variations
Color information
#D842A1 (or 0xD842A1) is known color: Mulberry. HEX triplet: D8, 42 and A1. RGB value is (216,66,161). Sum of RGB (Red+Green+Blue) = 216+66+161=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D842A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D842A1 is #27BD5E. Grayscale: #797979. Windows color (decimal): -2604383 or 10568408. OLE color: 10568408.
HSL color Cylindrical-coordinate representation of color #D842A1: hue angle of 322º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842A1 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 161 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.15 |
| HSL | 322º | 0.66% | 0.55% | - |
| HSV(B) | 322º | 0.69% | 0.85% | - |
| XYZ | 36.7 | 21.07 | 35.85 | - |
| YUV | 121.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 161 | 0 | 0.69 | 0.25 | 0.15 | 322 | 0.66 | 0.55 |
| Hex | D8 | 42 | A1 | 0 | 45 | 19 | F | 142 | 42 | 37 |
| Octal | 330 | 102 | 241 | 0 | 105 | 31 | 17 | 502 | 102 | 67 |
| Binary | 11011000 | 1000010 | 10100001 | 0 | 1000101 | 11001 | 1111 | 101000010 | 1000010 | 110111 |
Color Harmonies of #D842A1
Complementary color
Monochromatic Colors of #D842A1
Black with #D842A1
Text Example
Text Example
White with #D842A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842A1; }
p { color: rgb(216,66,161); }
H1.HeaderClassName
{
color: #D842A1;
}
.AnyTagClassName
{
color: #D842A1;
}
</style>
background-color css
<style>
a { background-color: #D842A1; }
a { background-color: rgb(216,66,161); }
div.DivClassName
{
background-color: #D842A1;
}
.BgClassName
{
background-color: #D842A1;
}
</style>
border-color css
<style>
span { border-color: #D842A1; }
span { border-color: rgb(216,66,161); }
td.TdClassName
{
border-color: #D842A1;
}
.TagClassName
{
border-color: #D842A1;
}
</style>