Shades of Mulberry #DE5298
Tints of Mulberry #DE5298
RGB
CMYK
RGB Variations
Color information
#DE5298 (or 0xDE5298) is known color: Mulberry. HEX triplet: DE, 52 and 98. RGB value is (222,82,152). Sum of RGB (Red+Green+Blue) = 222+82+152=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5298 is #21AD67. Grayscale: #838383. Windows color (decimal): -2207080 or 9982686. OLE color: 9982686.
HSL color Cylindrical-coordinate representation of color #DE5298: hue angle of 330º 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 #DE5298 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 152 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.13 |
| HSL | 330º | 0.68% | 0.6% | - |
| HSV(B) | 330º | 0.63% | 0.87% | - |
| XYZ | 38.81 | 23.83 | 32.26 | - |
| YUV | 131.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 152 | 0 | 0.63 | 0.32 | 0.13 | 330 | 0.68 | 0.6 |
| Hex | DE | 52 | 98 | 0 | 3F | 20 | D | 14A | 44 | 3C |
| Octal | 336 | 122 | 230 | 0 | 77 | 40 | 15 | 512 | 104 | 74 |
| Binary | 11011110 | 1010010 | 10011000 | 0 | 111111 | 100000 | 1101 | 101001010 | 1000100 | 111100 |
Color Harmonies of #DE5298
Complementary color
Monochromatic Colors of #DE5298
Black with #DE5298
Text Example
Text Example
White with #DE5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5298; }
p { color: rgb(222,82,152); }
H1.HeaderClassName
{
color: #DE5298;
}
.AnyTagClassName
{
color: #DE5298;
}
</style>
background-color css
<style>
a { background-color: #DE5298; }
a { background-color: rgb(222,82,152); }
div.DivClassName
{
background-color: #DE5298;
}
.BgClassName
{
background-color: #DE5298;
}
</style>
border-color css
<style>
span { border-color: #DE5298; }
span { border-color: rgb(222,82,152); }
td.TdClassName
{
border-color: #DE5298;
}
.TagClassName
{
border-color: #DE5298;
}
</style>