Shades of Cerise #DF2374
Tints of Cerise #DF2374
RGB
CMYK
RGB Variations
Color information
#DF2374 (or 0xDF2374) is known color: Cerise. HEX triplet: DF, 23 and 74. RGB value is (223,35,116). Sum of RGB (Red+Green+Blue) = 223+35+116=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2374 is #20DC8B. Grayscale: #646464. Windows color (decimal): -2153612 or 7611359. OLE color: 7611359.
HSL color Cylindrical-coordinate representation of color #DF2374: hue angle of 334.15º 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 #DF2374 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 116 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.13 |
| HSL | 334.15º | 0.75% | 0.51% | - |
| HSV(B) | 334.15º | 0.84% | 0.87% | - |
| XYZ | 34.18 | 18.15 | 18.22 | - |
| YUV | 100.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 116 | 0 | 0.84 | 0.48 | 0.13 | 334.15 | 0.75 | 0.51 |
| Hex | DF | 23 | 74 | 0 | 54 | 30 | D | 14E | 4B | 33 |
| Octal | 337 | 43 | 164 | 0 | 124 | 60 | 15 | 516 | 113 | 63 |
| Binary | 11011111 | 100011 | 1110100 | 0 | 1010100 | 110000 | 1101 | 101001110 | 1001011 | 110011 |
Color Harmonies of #DF2374
Complementary color
Monochromatic Colors of #DF2374
Black with #DF2374
Text Example
Text Example
White with #DF2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2374; }
p { color: rgb(223,35,116); }
H1.HeaderClassName
{
color: #DF2374;
}
.AnyTagClassName
{
color: #DF2374;
}
</style>
background-color css
<style>
a { background-color: #DF2374; }
a { background-color: rgb(223,35,116); }
div.DivClassName
{
background-color: #DF2374;
}
.BgClassName
{
background-color: #DF2374;
}
</style>
border-color css
<style>
span { border-color: #DF2374; }
span { border-color: rgb(223,35,116); }
td.TdClassName
{
border-color: #DF2374;
}
.TagClassName
{
border-color: #DF2374;
}
</style>