Shades of Cerise #DF295C
Tints of Cerise #DF295C
RGB
CMYK
RGB Variations
Color information
#DF295C (or 0xDF295C) is known color: Cerise. HEX triplet: DF, 29 and 5C. RGB value is (223,41,92). Sum of RGB (Red+Green+Blue) = 223+41+92=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295C is #20D6A3. Grayscale: #656565. Windows color (decimal): -2152100 or 6040031. OLE color: 6040031.
HSL color Cylindrical-coordinate representation of color #DF295C: hue angle of 343.19º 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 #DF295C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.13 |
| HSL | 343.19º | 0.74% | 0.52% | - |
| HSV(B) | 343.19º | 0.82% | 0.87% | - |
| XYZ | 33.16 | 18.05 | 11.86 | - |
| YUV | 101.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 92 | 0 | 0.82 | 0.59 | 0.13 | 343.19 | 0.74 | 0.52 |
| Hex | DF | 29 | 5C | 0 | 52 | 3B | D | 157 | 4A | 34 |
| Octal | 337 | 51 | 134 | 0 | 122 | 73 | 15 | 527 | 112 | 64 |
| Binary | 11011111 | 101001 | 1011100 | 0 | 1010010 | 111011 | 1101 | 101010111 | 1001010 | 110100 |
Color Harmonies of #DF295C
Complementary color
Monochromatic Colors of #DF295C
Black with #DF295C
Text Example
Text Example
White with #DF295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF295C; }
p { color: rgb(223,41,92); }
H1.HeaderClassName
{
color: #DF295C;
}
.AnyTagClassName
{
color: #DF295C;
}
</style>
background-color css
<style>
a { background-color: #DF295C; }
a { background-color: rgb(223,41,92); }
div.DivClassName
{
background-color: #DF295C;
}
.BgClassName
{
background-color: #DF295C;
}
</style>
border-color css
<style>
span { border-color: #DF295C; }
span { border-color: rgb(223,41,92); }
td.TdClassName
{
border-color: #DF295C;
}
.TagClassName
{
border-color: #DF295C;
}
</style>