Shades of Deep Cerise #DE2C81
Tints of Deep Cerise #DE2C81
RGB
CMYK
RGB Variations
Color information
#DE2C81 (or 0xDE2C81) is known color: Deep Cerise. HEX triplet: DE, 2C and 81. RGB value is (222,44,129). Sum of RGB (Red+Green+Blue) = 222+44+129=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C81 is #21D37E. Grayscale: #6A6A6A. Windows color (decimal): -2216831 or 8465630. OLE color: 8465630.
HSL color Cylindrical-coordinate representation of color #DE2C81: hue angle of 331.35º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C81 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 129 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.13 |
| HSL | 331.35º | 0.73% | 0.52% | - |
| HSV(B) | 331.35º | 0.8% | 0.87% | - |
| XYZ | 34.99 | 18.92 | 22.58 | - |
| YUV | 106.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 129 | 0 | 0.80 | 0.42 | 0.13 | 331.35 | 0.73 | 0.52 |
| Hex | DE | 2C | 81 | 0 | 50 | 2A | D | 14B | 49 | 34 |
| Octal | 336 | 54 | 201 | 0 | 120 | 52 | 15 | 513 | 111 | 64 |
| Binary | 11011110 | 101100 | 10000001 | 0 | 1010000 | 101010 | 1101 | 101001011 | 1001001 | 110100 |
Color Harmonies of #DE2C81
Complementary color
Monochromatic Colors of #DE2C81
Black with #DE2C81
Text Example
Text Example
White with #DE2C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C81; }
p { color: rgb(222,44,129); }
H1.HeaderClassName
{
color: #DE2C81;
}
.AnyTagClassName
{
color: #DE2C81;
}
</style>
background-color css
<style>
a { background-color: #DE2C81; }
a { background-color: rgb(222,44,129); }
div.DivClassName
{
background-color: #DE2C81;
}
.BgClassName
{
background-color: #DE2C81;
}
</style>
border-color css
<style>
span { border-color: #DE2C81; }
span { border-color: rgb(222,44,129); }
td.TdClassName
{
border-color: #DE2C81;
}
.TagClassName
{
border-color: #DE2C81;
}
</style>