Shades of Mulberry #DE5498
Tints of Mulberry #DE5498
RGB
CMYK
RGB Variations
Color information
#DE5498 (or 0xDE5498) is known color: Mulberry. HEX triplet: DE, 54 and 98. RGB value is (222,84,152). Sum of RGB (Red+Green+Blue) = 222+84+152=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5498 is #21AB67. Grayscale: #848484. Windows color (decimal): -2206568 or 9983198. OLE color: 9983198.
HSL color Cylindrical-coordinate representation of color #DE5498: hue angle of 330.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5498 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 152 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.13 |
| HSL | 330.43º | 0.68% | 0.6% | - |
| HSV(B) | 330.43º | 0.62% | 0.87% | - |
| XYZ | 38.96 | 24.14 | 32.31 | - |
| YUV | 133.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 152 | 0 | 0.62 | 0.32 | 0.13 | 330.43 | 0.68 | 0.6 |
| Hex | DE | 54 | 98 | 0 | 3E | 20 | D | 14A | 44 | 3C |
| Octal | 336 | 124 | 230 | 0 | 76 | 40 | 15 | 512 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10011000 | 0 | 111110 | 100000 | 1101 | 101001010 | 1000100 | 111100 |
Color Harmonies of #DE5498
Complementary color
Monochromatic Colors of #DE5498
Black with #DE5498
Text Example
Text Example
White with #DE5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5498; }
p { color: rgb(222,84,152); }
H1.HeaderClassName
{
color: #DE5498;
}
.AnyTagClassName
{
color: #DE5498;
}
</style>
background-color css
<style>
a { background-color: #DE5498; }
a { background-color: rgb(222,84,152); }
div.DivClassName
{
background-color: #DE5498;
}
.BgClassName
{
background-color: #DE5498;
}
</style>
border-color css
<style>
span { border-color: #DE5498; }
span { border-color: rgb(222,84,152); }
td.TdClassName
{
border-color: #DE5498;
}
.TagClassName
{
border-color: #DE5498;
}
</style>