Shades of Deep Cerise #DE298C
Tints of Deep Cerise #DE298C
RGB
CMYK
RGB Variations
Color information
#DE298C (or 0xDE298C) is known color: Deep Cerise. HEX triplet: DE, 29 and 8C. RGB value is (222,41,140). Sum of RGB (Red+Green+Blue) = 222+41+140=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE298C is #21D673. Grayscale: #6A6A6A. Windows color (decimal): -2217588 or 9185758. OLE color: 9185758.
HSL color Cylindrical-coordinate representation of color #DE298C: hue angle of 327.18º 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 #DE298C is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 140 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.13 |
| HSL | 327.18º | 0.73% | 0.52% | - |
| HSV(B) | 327.18º | 0.82% | 0.87% | - |
| XYZ | 35.65 | 19.01 | 26.6 | - |
| YUV | 106.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 140 | 0 | 0.82 | 0.37 | 0.13 | 327.18 | 0.73 | 0.52 |
| Hex | DE | 29 | 8C | 0 | 52 | 25 | D | 147 | 49 | 34 |
| Octal | 336 | 51 | 214 | 0 | 122 | 45 | 15 | 507 | 111 | 64 |
| Binary | 11011110 | 101001 | 10001100 | 0 | 1010010 | 100101 | 1101 | 101000111 | 1001001 | 110100 |
Color Harmonies of #DE298C
Complementary color
Monochromatic Colors of #DE298C
Black with #DE298C
Text Example
Text Example
White with #DE298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE298C; }
p { color: rgb(222,41,140); }
H1.HeaderClassName
{
color: #DE298C;
}
.AnyTagClassName
{
color: #DE298C;
}
</style>
background-color css
<style>
a { background-color: #DE298C; }
a { background-color: rgb(222,41,140); }
div.DivClassName
{
background-color: #DE298C;
}
.BgClassName
{
background-color: #DE298C;
}
</style>
border-color css
<style>
span { border-color: #DE298C; }
span { border-color: rgb(222,41,140); }
td.TdClassName
{
border-color: #DE298C;
}
.TagClassName
{
border-color: #DE298C;
}
</style>