Shades of Deep Cerise #DF299F
Tints of Deep Cerise #DF299F
RGB
CMYK
RGB Variations
Color information
#DF299F (or 0xDF299F) is known color: Deep Cerise. HEX triplet: DF, 29 and 9F. RGB value is (223,41,159). Sum of RGB (Red+Green+Blue) = 223+41+159=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF299F is #20D660. Grayscale: #6C6C6C. Windows color (decimal): -2152033 or 10430943. OLE color: 10430943.
HSL color Cylindrical-coordinate representation of color #DF299F: hue angle of 321.1º 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 #DF299F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 159 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.13 |
| HSL | 321.1º | 0.74% | 0.52% | - |
| HSV(B) | 321.1º | 0.82% | 0.87% | - |
| XYZ | 37.48 | 19.78 | 34.64 | - |
| YUV | 108.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 159 | 0 | 0.82 | 0.29 | 0.13 | 321.1 | 0.74 | 0.52 |
| Hex | DF | 29 | 9F | 0 | 52 | 1D | D | 141 | 4A | 34 |
| Octal | 337 | 51 | 237 | 0 | 122 | 35 | 15 | 501 | 112 | 64 |
| Binary | 11011111 | 101001 | 10011111 | 0 | 1010010 | 11101 | 1101 | 101000001 | 1001010 | 110100 |
Color Harmonies of #DF299F
Complementary color
Monochromatic Colors of #DF299F
Black with #DF299F
Text Example
Text Example
White with #DF299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF299F; }
p { color: rgb(223,41,159); }
H1.HeaderClassName
{
color: #DF299F;
}
.AnyTagClassName
{
color: #DF299F;
}
</style>
background-color css
<style>
a { background-color: #DF299F; }
a { background-color: rgb(223,41,159); }
div.DivClassName
{
background-color: #DF299F;
}
.BgClassName
{
background-color: #DF299F;
}
</style>
border-color css
<style>
span { border-color: #DF299F; }
span { border-color: rgb(223,41,159); }
td.TdClassName
{
border-color: #DF299F;
}
.TagClassName
{
border-color: #DF299F;
}
</style>