Shades of Mulberry #DE5398
Tints of Mulberry #DE5398
RGB
CMYK
RGB Variations
Color information
#DE5398 (or 0xDE5398) is known color: Mulberry. HEX triplet: DE, 53 and 98. RGB value is (222,83,152). Sum of RGB (Red+Green+Blue) = 222+83+152=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5398 is #21AC67. Grayscale: #848484. Windows color (decimal): -2206824 or 9982942. OLE color: 9982942.
HSL color Cylindrical-coordinate representation of color #DE5398: hue angle of 330.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5398 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 152 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.13 |
| HSL | 330.22º | 0.68% | 0.6% | - |
| HSV(B) | 330.22º | 0.63% | 0.87% | - |
| XYZ | 38.88 | 23.98 | 32.29 | - |
| YUV | 132.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 152 | 0 | 0.63 | 0.32 | 0.13 | 330.22 | 0.68 | 0.6 |
| Hex | DE | 53 | 98 | 0 | 3F | 20 | D | 14A | 44 | 3C |
| Octal | 336 | 123 | 230 | 0 | 77 | 40 | 15 | 512 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10011000 | 0 | 111111 | 100000 | 1101 | 101001010 | 1000100 | 111100 |
Color Harmonies of #DE5398
Complementary color
Monochromatic Colors of #DE5398
Black with #DE5398
Text Example
Text Example
White with #DE5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5398; }
p { color: rgb(222,83,152); }
H1.HeaderClassName
{
color: #DE5398;
}
.AnyTagClassName
{
color: #DE5398;
}
</style>
background-color css
<style>
a { background-color: #DE5398; }
a { background-color: rgb(222,83,152); }
div.DivClassName
{
background-color: #DE5398;
}
.BgClassName
{
background-color: #DE5398;
}
</style>
border-color css
<style>
span { border-color: #DE5398; }
span { border-color: rgb(222,83,152); }
td.TdClassName
{
border-color: #DE5398;
}
.TagClassName
{
border-color: #DE5398;
}
</style>