Shades of Deep Cerise #DF297E
Tints of Deep Cerise #DF297E
RGB
CMYK
RGB Variations
Color information
#DF297E (or 0xDF297E) is known color: Deep Cerise. HEX triplet: DF, 29 and 7E. RGB value is (223,41,126). Sum of RGB (Red+Green+Blue) = 223+41+126=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF297E is #20D681. Grayscale: #686868. Windows color (decimal): -2152066 or 8268255. OLE color: 8268255.
HSL color Cylindrical-coordinate representation of color #DF297E: hue angle of 331.98º 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 #DF297E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 126 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.13 |
| HSL | 331.98º | 0.74% | 0.52% | - |
| HSV(B) | 331.98º | 0.82% | 0.87% | - |
| XYZ | 34.99 | 18.78 | 21.52 | - |
| YUV | 105.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 126 | 0 | 0.82 | 0.43 | 0.13 | 331.98 | 0.74 | 0.52 |
| Hex | DF | 29 | 7E | 0 | 52 | 2B | D | 14C | 4A | 34 |
| Octal | 337 | 51 | 176 | 0 | 122 | 53 | 15 | 514 | 112 | 64 |
| Binary | 11011111 | 101001 | 1111110 | 0 | 1010010 | 101011 | 1101 | 101001100 | 1001010 | 110100 |
Color Harmonies of #DF297E
Complementary color
Monochromatic Colors of #DF297E
Black with #DF297E
Text Example
Text Example
White with #DF297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF297E; }
p { color: rgb(223,41,126); }
H1.HeaderClassName
{
color: #DF297E;
}
.AnyTagClassName
{
color: #DF297E;
}
</style>
background-color css
<style>
a { background-color: #DF297E; }
a { background-color: rgb(223,41,126); }
div.DivClassName
{
background-color: #DF297E;
}
.BgClassName
{
background-color: #DF297E;
}
</style>
border-color css
<style>
span { border-color: #DF297E; }
span { border-color: rgb(223,41,126); }
td.TdClassName
{
border-color: #DF297E;
}
.TagClassName
{
border-color: #DF297E;
}
</style>