Shades of Mulberry #DE50A1
Tints of Mulberry #DE50A1
RGB
CMYK
RGB Variations
Color information
#DE50A1 (or 0xDE50A1) is known color: Mulberry. HEX triplet: DE, 50 and A1. RGB value is (222,80,161). Sum of RGB (Red+Green+Blue) = 222+80+161=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE50A1 is #21AF5E. Grayscale: #838383. Windows color (decimal): -2207583 or 10571998. OLE color: 10571998.
HSL color Cylindrical-coordinate representation of color #DE50A1: hue angle of 325.77º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE50A1 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 161 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.13 |
| HSL | 325.77º | 0.68% | 0.59% | - |
| HSV(B) | 325.77º | 0.64% | 0.87% | - |
| XYZ | 39.43 | 23.84 | 36.24 | - |
| YUV | 131.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 161 | 0 | 0.64 | 0.27 | 0.13 | 325.77 | 0.68 | 0.59 |
| Hex | DE | 50 | A1 | 0 | 40 | 1B | D | 146 | 44 | 3B |
| Octal | 336 | 120 | 241 | 0 | 100 | 33 | 15 | 506 | 104 | 73 |
| Binary | 11011110 | 1010000 | 10100001 | 0 | 1000000 | 11011 | 1101 | 101000110 | 1000100 | 111011 |
Color Harmonies of #DE50A1
Complementary color
Monochromatic Colors of #DE50A1
Black with #DE50A1
Text Example
Text Example
White with #DE50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE50A1; }
p { color: rgb(222,80,161); }
H1.HeaderClassName
{
color: #DE50A1;
}
.AnyTagClassName
{
color: #DE50A1;
}
</style>
background-color css
<style>
a { background-color: #DE50A1; }
a { background-color: rgb(222,80,161); }
div.DivClassName
{
background-color: #DE50A1;
}
.BgClassName
{
background-color: #DE50A1;
}
</style>
border-color css
<style>
span { border-color: #DE50A1; }
span { border-color: rgb(222,80,161); }
td.TdClassName
{
border-color: #DE50A1;
}
.TagClassName
{
border-color: #DE50A1;
}
</style>