Shades of Deep Cerise #DE298F
Tints of Deep Cerise #DE298F
RGB
CMYK
RGB Variations
Color information
#DE298F (or 0xDE298F) is known color: Deep Cerise. HEX triplet: DE, 29 and 8F. RGB value is (222,41,143). Sum of RGB (Red+Green+Blue) = 222+41+143=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE298F is #21D670. Grayscale: #6A6A6A. Windows color (decimal): -2217585 or 9382366. OLE color: 9382366.
HSL color Cylindrical-coordinate representation of color #DE298F: hue angle of 326.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE298F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 143 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.13 |
| HSL | 326.19º | 0.73% | 0.52% | - |
| HSV(B) | 326.19º | 0.82% | 0.87% | - |
| XYZ | 35.88 | 19.1 | 27.78 | - |
| YUV | 106.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 143 | 0 | 0.82 | 0.36 | 0.13 | 326.19 | 0.73 | 0.52 |
| Hex | DE | 29 | 8F | 0 | 52 | 24 | D | 146 | 49 | 34 |
| Octal | 336 | 51 | 217 | 0 | 122 | 44 | 15 | 506 | 111 | 64 |
| Binary | 11011110 | 101001 | 10001111 | 0 | 1010010 | 100100 | 1101 | 101000110 | 1001001 | 110100 |
Color Harmonies of #DE298F
Complementary color
Monochromatic Colors of #DE298F
Black with #DE298F
Text Example
Text Example
White with #DE298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE298F; }
p { color: rgb(222,41,143); }
H1.HeaderClassName
{
color: #DE298F;
}
.AnyTagClassName
{
color: #DE298F;
}
</style>
background-color css
<style>
a { background-color: #DE298F; }
a { background-color: rgb(222,41,143); }
div.DivClassName
{
background-color: #DE298F;
}
.BgClassName
{
background-color: #DE298F;
}
</style>
border-color css
<style>
span { border-color: #DE298F; }
span { border-color: rgb(222,41,143); }
td.TdClassName
{
border-color: #DE298F;
}
.TagClassName
{
border-color: #DE298F;
}
</style>