Shades of Deep Cerise #DF297F
Tints of Deep Cerise #DF297F
RGB
CMYK
RGB Variations
Color information
#DF297F (or 0xDF297F) is known color: Deep Cerise. HEX triplet: DF, 29 and 7F. RGB value is (223,41,127). Sum of RGB (Red+Green+Blue) = 223+41+127=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF297F is #20D680. Grayscale: #696969. Windows color (decimal): -2152065 or 8333791. OLE color: 8333791.
HSL color Cylindrical-coordinate representation of color #DF297F: hue angle of 331.65º 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 #DF297F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 127 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.13 |
| HSL | 331.65º | 0.74% | 0.52% | - |
| HSV(B) | 331.65º | 0.82% | 0.87% | - |
| XYZ | 35.06 | 18.81 | 21.86 | - |
| YUV | 105.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 127 | 0 | 0.82 | 0.43 | 0.13 | 331.65 | 0.74 | 0.52 |
| Hex | DF | 29 | 7F | 0 | 52 | 2B | D | 14C | 4A | 34 |
| Octal | 337 | 51 | 177 | 0 | 122 | 53 | 15 | 514 | 112 | 64 |
| Binary | 11011111 | 101001 | 1111111 | 0 | 1010010 | 101011 | 1101 | 101001100 | 1001010 | 110100 |
Color Harmonies of #DF297F
Complementary color
Monochromatic Colors of #DF297F
Black with #DF297F
Text Example
Text Example
White with #DF297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF297F; }
p { color: rgb(223,41,127); }
H1.HeaderClassName
{
color: #DF297F;
}
.AnyTagClassName
{
color: #DF297F;
}
</style>
background-color css
<style>
a { background-color: #DF297F; }
a { background-color: rgb(223,41,127); }
div.DivClassName
{
background-color: #DF297F;
}
.BgClassName
{
background-color: #DF297F;
}
</style>
border-color css
<style>
span { border-color: #DF297F; }
span { border-color: rgb(223,41,127); }
td.TdClassName
{
border-color: #DF297F;
}
.TagClassName
{
border-color: #DF297F;
}
</style>