Shades of Deep Cerise #DE398E
Tints of Deep Cerise #DE398E
RGB
CMYK
RGB Variations
Color information
#DE398E (or 0xDE398E) is known color: Deep Cerise. HEX triplet: DE, 39 and 8E. RGB value is (222,57,142). Sum of RGB (Red+Green+Blue) = 222+57+142=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE398E is #21C671. Grayscale: #737373. Windows color (decimal): -2213490 or 9320926. OLE color: 9320926.
HSL color Cylindrical-coordinate representation of color #DE398E: hue angle of 329.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE398E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 142 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.13 |
| HSL | 329.09º | 0.71% | 0.55% | - |
| HSV(B) | 329.09º | 0.74% | 0.87% | - |
| XYZ | 36.47 | 20.41 | 27.61 | - |
| YUV | 116.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 142 | 0 | 0.74 | 0.36 | 0.13 | 329.09 | 0.71 | 0.55 |
| Hex | DE | 39 | 8E | 0 | 4A | 24 | D | 149 | 47 | 37 |
| Octal | 336 | 71 | 216 | 0 | 112 | 44 | 15 | 511 | 107 | 67 |
| Binary | 11011110 | 111001 | 10001110 | 0 | 1001010 | 100100 | 1101 | 101001001 | 1000111 | 110111 |
Color Harmonies of #DE398E
Complementary color
Monochromatic Colors of #DE398E
Black with #DE398E
Text Example
Text Example
White with #DE398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE398E; }
p { color: rgb(222,57,142); }
H1.HeaderClassName
{
color: #DE398E;
}
.AnyTagClassName
{
color: #DE398E;
}
</style>
background-color css
<style>
a { background-color: #DE398E; }
a { background-color: rgb(222,57,142); }
div.DivClassName
{
background-color: #DE398E;
}
.BgClassName
{
background-color: #DE398E;
}
</style>
border-color css
<style>
span { border-color: #DE398E; }
span { border-color: rgb(222,57,142); }
td.TdClassName
{
border-color: #DE398E;
}
.TagClassName
{
border-color: #DE398E;
}
</style>