Shades of Mulberry #DE499D
Tints of Mulberry #DE499D
RGB
CMYK
RGB Variations
Color information
#DE499D (or 0xDE499D) is known color: Mulberry. HEX triplet: DE, 49 and 9D. RGB value is (222,73,157). Sum of RGB (Red+Green+Blue) = 222+73+157=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE499D is #21B662. Grayscale: #7E7E7E. Windows color (decimal): -2209379 or 10308062. OLE color: 10308062.
HSL color Cylindrical-coordinate representation of color #DE499D: hue angle of 326.17º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE499D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 157 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.13 |
| HSL | 326.17º | 0.69% | 0.58% | - |
| HSV(B) | 326.17º | 0.67% | 0.87% | - |
| XYZ | 38.59 | 22.73 | 34.25 | - |
| YUV | 127.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 157 | 0 | 0.67 | 0.29 | 0.13 | 326.17 | 0.69 | 0.58 |
| Hex | DE | 49 | 9D | 0 | 43 | 1D | D | 146 | 45 | 3A |
| Octal | 336 | 111 | 235 | 0 | 103 | 35 | 15 | 506 | 105 | 72 |
| Binary | 11011110 | 1001001 | 10011101 | 0 | 1000011 | 11101 | 1101 | 101000110 | 1000101 | 111010 |
Color Harmonies of #DE499D
Complementary color
Monochromatic Colors of #DE499D
Black with #DE499D
Text Example
Text Example
White with #DE499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE499D; }
p { color: rgb(222,73,157); }
H1.HeaderClassName
{
color: #DE499D;
}
.AnyTagClassName
{
color: #DE499D;
}
</style>
background-color css
<style>
a { background-color: #DE499D; }
a { background-color: rgb(222,73,157); }
div.DivClassName
{
background-color: #DE499D;
}
.BgClassName
{
background-color: #DE499D;
}
</style>
border-color css
<style>
span { border-color: #DE499D; }
span { border-color: rgb(222,73,157); }
td.TdClassName
{
border-color: #DE499D;
}
.TagClassName
{
border-color: #DE499D;
}
</style>