Shades of Deep Cerise #DF297B
Tints of Deep Cerise #DF297B
RGB
CMYK
RGB Variations
Color information
#DF297B (or 0xDF297B) is known color: Deep Cerise. HEX triplet: DF, 29 and 7B. RGB value is (223,41,123). Sum of RGB (Red+Green+Blue) = 223+41+123=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF297B is #20D684. Grayscale: #686868. Windows color (decimal): -2152069 or 8071647. OLE color: 8071647.
HSL color Cylindrical-coordinate representation of color #DF297B: hue angle of 332.97º 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 #DF297B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 123 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 332.97º | 0.74% | 0.52% | - |
| HSV(B) | 332.97º | 0.82% | 0.87% | - |
| XYZ | 34.8 | 18.7 | 20.51 | - |
| YUV | 104.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 123 | 0 | 0.82 | 0.45 | 0.13 | 332.97 | 0.74 | 0.52 |
| Hex | DF | 29 | 7B | 0 | 52 | 2D | D | 14D | 4A | 34 |
| Octal | 337 | 51 | 173 | 0 | 122 | 55 | 15 | 515 | 112 | 64 |
| Binary | 11011111 | 101001 | 1111011 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001010 | 110100 |
Color Harmonies of #DF297B
Complementary color
Monochromatic Colors of #DF297B
Black with #DF297B
Text Example
Text Example
White with #DF297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF297B; }
p { color: rgb(223,41,123); }
H1.HeaderClassName
{
color: #DF297B;
}
.AnyTagClassName
{
color: #DF297B;
}
</style>
background-color css
<style>
a { background-color: #DF297B; }
a { background-color: rgb(223,41,123); }
div.DivClassName
{
background-color: #DF297B;
}
.BgClassName
{
background-color: #DF297B;
}
</style>
border-color css
<style>
span { border-color: #DF297B; }
span { border-color: rgb(223,41,123); }
td.TdClassName
{
border-color: #DF297B;
}
.TagClassName
{
border-color: #DF297B;
}
</style>