Shades of Deep Cerise #DF297D
Tints of Deep Cerise #DF297D
RGB
CMYK
RGB Variations
Color information
#DF297D (or 0xDF297D) is known color: Deep Cerise. HEX triplet: DF, 29 and 7D. RGB value is (223,41,125). Sum of RGB (Red+Green+Blue) = 223+41+125=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF297D is #20D682. Grayscale: #686868. Windows color (decimal): -2152067 or 8202719. OLE color: 8202719.
HSL color Cylindrical-coordinate representation of color #DF297D: hue angle of 332.31º 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 #DF297D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 125 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.13 |
| HSL | 332.31º | 0.74% | 0.52% | - |
| HSV(B) | 332.31º | 0.82% | 0.87% | - |
| XYZ | 34.93 | 18.75 | 21.18 | - |
| YUV | 104.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 125 | 0 | 0.82 | 0.44 | 0.13 | 332.31 | 0.74 | 0.52 |
| Hex | DF | 29 | 7D | 0 | 52 | 2C | D | 14C | 4A | 34 |
| Octal | 337 | 51 | 175 | 0 | 122 | 54 | 15 | 514 | 112 | 64 |
| Binary | 11011111 | 101001 | 1111101 | 0 | 1010010 | 101100 | 1101 | 101001100 | 1001010 | 110100 |
Color Harmonies of #DF297D
Complementary color
Monochromatic Colors of #DF297D
Black with #DF297D
Text Example
Text Example
White with #DF297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF297D; }
p { color: rgb(223,41,125); }
H1.HeaderClassName
{
color: #DF297D;
}
.AnyTagClassName
{
color: #DF297D;
}
</style>
background-color css
<style>
a { background-color: #DF297D; }
a { background-color: rgb(223,41,125); }
div.DivClassName
{
background-color: #DF297D;
}
.BgClassName
{
background-color: #DF297D;
}
</style>
border-color css
<style>
span { border-color: #DF297D; }
span { border-color: rgb(223,41,125); }
td.TdClassName
{
border-color: #DF297D;
}
.TagClassName
{
border-color: #DF297D;
}
</style>