Shades of Deep Cerise #DE4388
Tints of Deep Cerise #DE4388
RGB
CMYK
RGB Variations
Color information
#DE4388 (or 0xDE4388) is known color: Deep Cerise. HEX triplet: DE, 43 and 88. RGB value is (222,67,136). Sum of RGB (Red+Green+Blue) = 222+67+136=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4388 is #21BC77. Grayscale: #797979. Windows color (decimal): -2210936 or 8930270. OLE color: 8930270.
HSL color Cylindrical-coordinate representation of color #DE4388: hue angle of 333.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4388 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 136 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.13 |
| HSL | 333.29º | 0.7% | 0.57% | - |
| HSV(B) | 333.29º | 0.7% | 0.87% | - |
| XYZ | 36.58 | 21.32 | 25.48 | - |
| YUV | 121.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 136 | 0 | 0.70 | 0.39 | 0.13 | 333.29 | 0.7 | 0.57 |
| Hex | DE | 43 | 88 | 0 | 46 | 27 | D | 14D | 46 | 39 |
| Octal | 336 | 103 | 210 | 0 | 106 | 47 | 15 | 515 | 106 | 71 |
| Binary | 11011110 | 1000011 | 10001000 | 0 | 1000110 | 100111 | 1101 | 101001101 | 1000110 | 111001 |
Color Harmonies of #DE4388
Complementary color
Monochromatic Colors of #DE4388
Black with #DE4388
Text Example
Text Example
White with #DE4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4388; }
p { color: rgb(222,67,136); }
H1.HeaderClassName
{
color: #DE4388;
}
.AnyTagClassName
{
color: #DE4388;
}
</style>
background-color css
<style>
a { background-color: #DE4388; }
a { background-color: rgb(222,67,136); }
div.DivClassName
{
background-color: #DE4388;
}
.BgClassName
{
background-color: #DE4388;
}
</style>
border-color css
<style>
span { border-color: #DE4388; }
span { border-color: rgb(222,67,136); }
td.TdClassName
{
border-color: #DE4388;
}
.TagClassName
{
border-color: #DE4388;
}
</style>