Shades of Deep Cerise #DE247F
Tints of Deep Cerise #DE247F
RGB
CMYK
RGB Variations
Color information
#DE247F (or 0xDE247F) is known color: Deep Cerise. HEX triplet: DE, 24 and 7F. RGB value is (222,36,127). Sum of RGB (Red+Green+Blue) = 222+36+127=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE247F is #21DB80. Grayscale: #656565. Windows color (decimal): -2218881 or 8332510. OLE color: 8332510.
HSL color Cylindrical-coordinate representation of color #DE247F: hue angle of 330.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE247F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 127 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.13 |
| HSL | 330.65º | 0.74% | 0.51% | - |
| HSV(B) | 330.65º | 0.84% | 0.87% | - |
| XYZ | 34.59 | 18.32 | 21.79 | - |
| YUV | 101.99 | 142.12 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 127 | 0 | 0.84 | 0.43 | 0.13 | 330.65 | 0.74 | 0.51 |
| Hex | DE | 24 | 7F | 0 | 54 | 2B | D | 14B | 4A | 33 |
| Octal | 336 | 44 | 177 | 0 | 124 | 53 | 15 | 513 | 112 | 63 |
| Binary | 11011110 | 100100 | 1111111 | 0 | 1010100 | 101011 | 1101 | 101001011 | 1001010 | 110011 |
Color Harmonies of #DE247F
Complementary color
Monochromatic Colors of #DE247F
Black with #DE247F
Text Example
Text Example
White with #DE247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE247F; }
p { color: rgb(222,36,127); }
H1.HeaderClassName
{
color: #DE247F;
}
.AnyTagClassName
{
color: #DE247F;
}
</style>
background-color css
<style>
a { background-color: #DE247F; }
a { background-color: rgb(222,36,127); }
div.DivClassName
{
background-color: #DE247F;
}
.BgClassName
{
background-color: #DE247F;
}
</style>
border-color css
<style>
span { border-color: #DE247F; }
span { border-color: rgb(222,36,127); }
td.TdClassName
{
border-color: #DE247F;
}
.TagClassName
{
border-color: #DE247F;
}
</style>