Shades of Deep Cerise #DE237F
Tints of Deep Cerise #DE237F
RGB
CMYK
RGB Variations
Color information
#DE237F (or 0xDE237F) is known color: Deep Cerise. HEX triplet: DE, 23 and 7F. RGB value is (222,35,127). Sum of RGB (Red+Green+Blue) = 222+35+127=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE237F is #21DC80. Grayscale: #656565. Windows color (decimal): -2219137 or 8332254. OLE color: 8332254.
HSL color Cylindrical-coordinate representation of color #DE237F: hue angle of 330.48º 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 #DE237F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 127 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 330.48º | 0.74% | 0.5% | - |
| HSV(B) | 330.48º | 0.84% | 0.87% | - |
| XYZ | 34.56 | 18.26 | 21.78 | - |
| YUV | 101.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 127 | 0 | 0.84 | 0.43 | 0.13 | 330.48 | 0.74 | 0.5 |
| Hex | DE | 23 | 7F | 0 | 54 | 2B | D | 14A | 4A | 32 |
| Octal | 336 | 43 | 177 | 0 | 124 | 53 | 15 | 512 | 112 | 62 |
| Binary | 11011110 | 100011 | 1111111 | 0 | 1010100 | 101011 | 1101 | 101001010 | 1001010 | 110010 |
Color Harmonies of #DE237F
Complementary color
Monochromatic Colors of #DE237F
Black with #DE237F
Text Example
Text Example
White with #DE237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE237F; }
p { color: rgb(222,35,127); }
H1.HeaderClassName
{
color: #DE237F;
}
.AnyTagClassName
{
color: #DE237F;
}
</style>
background-color css
<style>
a { background-color: #DE237F; }
a { background-color: rgb(222,35,127); }
div.DivClassName
{
background-color: #DE237F;
}
.BgClassName
{
background-color: #DE237F;
}
</style>
border-color css
<style>
span { border-color: #DE237F; }
span { border-color: rgb(222,35,127); }
td.TdClassName
{
border-color: #DE237F;
}
.TagClassName
{
border-color: #DE237F;
}
</style>