Shades of Cerise #DF235E
Tints of Cerise #DF235E
RGB
CMYK
RGB Variations
Color information
#DF235E (or 0xDF235E) is known color: Cerise. HEX triplet: DF, 23 and 5E. RGB value is (223,35,94). Sum of RGB (Red+Green+Blue) = 223+35+94=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF235E is #20DCA1. Grayscale: #616161. Windows color (decimal): -2153634 or 6169567. OLE color: 6169567.
HSL color Cylindrical-coordinate representation of color #DF235E: hue angle of 341.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF235E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 94 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.13 |
| HSL | 341.17º | 0.75% | 0.51% | - |
| HSV(B) | 341.17º | 0.84% | 0.87% | - |
| XYZ | 33.05 | 17.7 | 12.26 | - |
| YUV | 97.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 94 | 0 | 0.84 | 0.58 | 0.13 | 341.17 | 0.75 | 0.51 |
| Hex | DF | 23 | 5E | 0 | 54 | 3A | D | 155 | 4B | 33 |
| Octal | 337 | 43 | 136 | 0 | 124 | 72 | 15 | 525 | 113 | 63 |
| Binary | 11011111 | 100011 | 1011110 | 0 | 1010100 | 111010 | 1101 | 101010101 | 1001011 | 110011 |
Color Harmonies of #DF235E
Complementary color
Monochromatic Colors of #DF235E
Black with #DF235E
Text Example
Text Example
White with #DF235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF235E; }
p { color: rgb(223,35,94); }
H1.HeaderClassName
{
color: #DF235E;
}
.AnyTagClassName
{
color: #DF235E;
}
</style>
background-color css
<style>
a { background-color: #DF235E; }
a { background-color: rgb(223,35,94); }
div.DivClassName
{
background-color: #DF235E;
}
.BgClassName
{
background-color: #DF235E;
}
</style>
border-color css
<style>
span { border-color: #DF235E; }
span { border-color: rgb(223,35,94); }
td.TdClassName
{
border-color: #DF235E;
}
.TagClassName
{
border-color: #DF235E;
}
</style>