Shades of Deep Cerise #DE2381
Tints of Deep Cerise #DE2381
RGB
CMYK
RGB Variations
Color information
#DE2381 (or 0xDE2381) is known color: Deep Cerise. HEX triplet: DE, 23 and 81. RGB value is (222,35,129). Sum of RGB (Red+Green+Blue) = 222+35+129=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2381 is #21DC7E. Grayscale: #656565. Windows color (decimal): -2219135 or 8463326. OLE color: 8463326.
HSL color Cylindrical-coordinate representation of color #DE2381: hue angle of 329.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2381 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 129 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.13 |
| HSL | 329.84º | 0.74% | 0.5% | - |
| HSV(B) | 329.84º | 0.84% | 0.87% | - |
| XYZ | 34.69 | 18.32 | 22.48 | - |
| YUV | 101.63 | 143.45 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 129 | 0 | 0.84 | 0.42 | 0.13 | 329.84 | 0.74 | 0.5 |
| Hex | DE | 23 | 81 | 0 | 54 | 2A | D | 14A | 4A | 32 |
| Octal | 336 | 43 | 201 | 0 | 124 | 52 | 15 | 512 | 112 | 62 |
| Binary | 11011110 | 100011 | 10000001 | 0 | 1010100 | 101010 | 1101 | 101001010 | 1001010 | 110010 |
Color Harmonies of #DE2381
Complementary color
Monochromatic Colors of #DE2381
Black with #DE2381
Text Example
Text Example
White with #DE2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2381; }
p { color: rgb(222,35,129); }
H1.HeaderClassName
{
color: #DE2381;
}
.AnyTagClassName
{
color: #DE2381;
}
</style>
background-color css
<style>
a { background-color: #DE2381; }
a { background-color: rgb(222,35,129); }
div.DivClassName
{
background-color: #DE2381;
}
.BgClassName
{
background-color: #DE2381;
}
</style>
border-color css
<style>
span { border-color: #DE2381; }
span { border-color: rgb(222,35,129); }
td.TdClassName
{
border-color: #DE2381;
}
.TagClassName
{
border-color: #DE2381;
}
</style>