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