Shades of Cerise #DF295D
Tints of Cerise #DF295D
RGB
CMYK
RGB Variations
Color information
#DF295D (or 0xDF295D) is known color: Cerise. HEX triplet: DF, 29 and 5D. RGB value is (223,41,93). Sum of RGB (Red+Green+Blue) = 223+41+93=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295D is #20D6A2. Grayscale: #656565. Windows color (decimal): -2152099 or 6105567. OLE color: 6105567.
HSL color Cylindrical-coordinate representation of color #DF295D: hue angle of 342.86º 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 #DF295D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 93 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.13 |
| HSL | 342.86º | 0.74% | 0.52% | - |
| HSV(B) | 342.86º | 0.82% | 0.87% | - |
| XYZ | 33.2 | 18.06 | 12.09 | - |
| YUV | 101.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 93 | 0 | 0.82 | 0.58 | 0.13 | 342.86 | 0.74 | 0.52 |
| Hex | DF | 29 | 5D | 0 | 52 | 3A | D | 157 | 4A | 34 |
| Octal | 337 | 51 | 135 | 0 | 122 | 72 | 15 | 527 | 112 | 64 |
| Binary | 11011111 | 101001 | 1011101 | 0 | 1010010 | 111010 | 1101 | 101010111 | 1001010 | 110100 |
Color Harmonies of #DF295D
Complementary color
Monochromatic Colors of #DF295D
Black with #DF295D
Text Example
Text Example
White with #DF295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF295D; }
p { color: rgb(223,41,93); }
H1.HeaderClassName
{
color: #DF295D;
}
.AnyTagClassName
{
color: #DF295D;
}
</style>
background-color css
<style>
a { background-color: #DF295D; }
a { background-color: rgb(223,41,93); }
div.DivClassName
{
background-color: #DF295D;
}
.BgClassName
{
background-color: #DF295D;
}
</style>
border-color css
<style>
span { border-color: #DF295D; }
span { border-color: rgb(223,41,93); }
td.TdClassName
{
border-color: #DF295D;
}
.TagClassName
{
border-color: #DF295D;
}
</style>