Shades of Deep Cerise #DF299B
Tints of Deep Cerise #DF299B
RGB
CMYK
RGB Variations
Color information
#DF299B (or 0xDF299B) is known color: Deep Cerise. HEX triplet: DF, 29 and 9B. RGB value is (223,41,155). Sum of RGB (Red+Green+Blue) = 223+41+155=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF299B is #20D664. Grayscale: #6C6C6C. Windows color (decimal): -2152037 or 10168799. OLE color: 10168799.
HSL color Cylindrical-coordinate representation of color #DF299B: hue angle of 322.42º 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 #DF299B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 155 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.13 |
| HSL | 322.42º | 0.74% | 0.52% | - |
| HSV(B) | 322.42º | 0.82% | 0.87% | - |
| XYZ | 37.14 | 19.64 | 32.84 | - |
| YUV | 108.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 155 | 0 | 0.82 | 0.30 | 0.13 | 322.42 | 0.74 | 0.52 |
| Hex | DF | 29 | 9B | 0 | 52 | 1E | D | 142 | 4A | 34 |
| Octal | 337 | 51 | 233 | 0 | 122 | 36 | 15 | 502 | 112 | 64 |
| Binary | 11011111 | 101001 | 10011011 | 0 | 1010010 | 11110 | 1101 | 101000010 | 1001010 | 110100 |
Color Harmonies of #DF299B
Complementary color
Monochromatic Colors of #DF299B
Black with #DF299B
Text Example
Text Example
White with #DF299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF299B; }
p { color: rgb(223,41,155); }
H1.HeaderClassName
{
color: #DF299B;
}
.AnyTagClassName
{
color: #DF299B;
}
</style>
background-color css
<style>
a { background-color: #DF299B; }
a { background-color: rgb(223,41,155); }
div.DivClassName
{
background-color: #DF299B;
}
.BgClassName
{
background-color: #DF299B;
}
</style>
border-color css
<style>
span { border-color: #DF299B; }
span { border-color: rgb(223,41,155); }
td.TdClassName
{
border-color: #DF299B;
}
.TagClassName
{
border-color: #DF299B;
}
</style>