Shades of Deep Cerise #DF299E
Tints of Deep Cerise #DF299E
RGB
CMYK
RGB Variations
Color information
#DF299E (or 0xDF299E) is known color: Deep Cerise. HEX triplet: DF, 29 and 9E. RGB value is (223,41,158). Sum of RGB (Red+Green+Blue) = 223+41+158=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF299E is #20D661. Grayscale: #6C6C6C. Windows color (decimal): -2152034 or 10365407. OLE color: 10365407.
HSL color Cylindrical-coordinate representation of color #DF299E: hue angle of 321.43º 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 #DF299E is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 158 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.13 |
| HSL | 321.43º | 0.74% | 0.52% | - |
| HSV(B) | 321.43º | 0.82% | 0.87% | - |
| XYZ | 37.4 | 19.74 | 34.19 | - |
| YUV | 108.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 158 | 0 | 0.82 | 0.29 | 0.13 | 321.43 | 0.74 | 0.52 |
| Hex | DF | 29 | 9E | 0 | 52 | 1D | D | 141 | 4A | 34 |
| Octal | 337 | 51 | 236 | 0 | 122 | 35 | 15 | 501 | 112 | 64 |
| Binary | 11011111 | 101001 | 10011110 | 0 | 1010010 | 11101 | 1101 | 101000001 | 1001010 | 110100 |
Color Harmonies of #DF299E
Complementary color
Monochromatic Colors of #DF299E
Black with #DF299E
Text Example
Text Example
White with #DF299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF299E; }
p { color: rgb(223,41,158); }
H1.HeaderClassName
{
color: #DF299E;
}
.AnyTagClassName
{
color: #DF299E;
}
</style>
background-color css
<style>
a { background-color: #DF299E; }
a { background-color: rgb(223,41,158); }
div.DivClassName
{
background-color: #DF299E;
}
.BgClassName
{
background-color: #DF299E;
}
</style>
border-color css
<style>
span { border-color: #DF299E; }
span { border-color: rgb(223,41,158); }
td.TdClassName
{
border-color: #DF299E;
}
.TagClassName
{
border-color: #DF299E;
}
</style>