Shades of Cerise #DF296E
Tints of Cerise #DF296E
RGB
CMYK
RGB Variations
Color information
#DF296E (or 0xDF296E) is known color: Cerise. HEX triplet: DF, 29 and 6E. RGB value is (223,41,110). Sum of RGB (Red+Green+Blue) = 223+41+110=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF296E is #20D691. Grayscale: #676767. Windows color (decimal): -2152082 or 7219679. OLE color: 7219679.
HSL color Cylindrical-coordinate representation of color #DF296E: hue angle of 337.25º 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 #DF296E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 110 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.25º | 0.74% | 0.52% | - |
| HSV(B) | 337.25º | 0.82% | 0.87% | - |
| XYZ | 34.04 | 18.4 | 16.51 | - |
| YUV | 103.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 110 | 0 | 0.82 | 0.51 | 0.13 | 337.25 | 0.74 | 0.52 |
| Hex | DF | 29 | 6E | 0 | 52 | 33 | D | 151 | 4A | 34 |
| Octal | 337 | 51 | 156 | 0 | 122 | 63 | 15 | 521 | 112 | 64 |
| Binary | 11011111 | 101001 | 1101110 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001010 | 110100 |
Color Harmonies of #DF296E
Complementary color
Monochromatic Colors of #DF296E
Black with #DF296E
Text Example
Text Example
White with #DF296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF296E; }
p { color: rgb(223,41,110); }
H1.HeaderClassName
{
color: #DF296E;
}
.AnyTagClassName
{
color: #DF296E;
}
</style>
background-color css
<style>
a { background-color: #DF296E; }
a { background-color: rgb(223,41,110); }
div.DivClassName
{
background-color: #DF296E;
}
.BgClassName
{
background-color: #DF296E;
}
</style>
border-color css
<style>
span { border-color: #DF296E; }
span { border-color: rgb(223,41,110); }
td.TdClassName
{
border-color: #DF296E;
}
.TagClassName
{
border-color: #DF296E;
}
</style>