Shades of Deep Cerise #DF298E
Tints of Deep Cerise #DF298E
RGB
CMYK
RGB Variations
Color information
#DF298E (or 0xDF298E) is known color: Deep Cerise. HEX triplet: DF, 29 and 8E. RGB value is (223,41,142). Sum of RGB (Red+Green+Blue) = 223+41+142=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF298E is #20D671. Grayscale: #6A6A6A. Windows color (decimal): -2152050 or 9316831. OLE color: 9316831.
HSL color Cylindrical-coordinate representation of color #DF298E: hue angle of 326.7º degrees, saturation: 0.74, 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 #DF298E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 142 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.13 |
| HSL | 326.7º | 0.74% | 0.52% | - |
| HSV(B) | 326.7º | 0.82% | 0.87% | - |
| XYZ | 36.11 | 19.23 | 27.4 | - |
| YUV | 106.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 142 | 0 | 0.82 | 0.36 | 0.13 | 326.7 | 0.74 | 0.52 |
| Hex | DF | 29 | 8E | 0 | 52 | 24 | D | 147 | 4A | 34 |
| Octal | 337 | 51 | 216 | 0 | 122 | 44 | 15 | 507 | 112 | 64 |
| Binary | 11011111 | 101001 | 10001110 | 0 | 1010010 | 100100 | 1101 | 101000111 | 1001010 | 110100 |
Color Harmonies of #DF298E
Complementary color
Monochromatic Colors of #DF298E
Black with #DF298E
Text Example
Text Example
White with #DF298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF298E; }
p { color: rgb(223,41,142); }
H1.HeaderClassName
{
color: #DF298E;
}
.AnyTagClassName
{
color: #DF298E;
}
</style>
background-color css
<style>
a { background-color: #DF298E; }
a { background-color: rgb(223,41,142); }
div.DivClassName
{
background-color: #DF298E;
}
.BgClassName
{
background-color: #DF298E;
}
</style>
border-color css
<style>
span { border-color: #DF298E; }
span { border-color: rgb(223,41,142); }
td.TdClassName
{
border-color: #DF298E;
}
.TagClassName
{
border-color: #DF298E;
}
</style>