Shades of Deep Cerise #DF2376
Tints of Deep Cerise #DF2376
RGB
CMYK
RGB Variations
Color information
#DF2376 (or 0xDF2376) is known color: Deep Cerise. HEX triplet: DF, 23 and 76. RGB value is (223,35,118). Sum of RGB (Red+Green+Blue) = 223+35+118=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2376 is #20DC89. Grayscale: #646464. Windows color (decimal): -2153610 or 7742431. OLE color: 7742431.
HSL color Cylindrical-coordinate representation of color #DF2376: hue angle of 333.51º 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 #DF2376 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 118 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.13 |
| HSL | 333.51º | 0.75% | 0.51% | - |
| HSV(B) | 333.51º | 0.84% | 0.87% | - |
| XYZ | 34.3 | 18.2 | 18.84 | - |
| YUV | 100.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 118 | 0 | 0.84 | 0.47 | 0.13 | 333.51 | 0.75 | 0.51 |
| Hex | DF | 23 | 76 | 0 | 54 | 2F | D | 14E | 4B | 33 |
| Octal | 337 | 43 | 166 | 0 | 124 | 57 | 15 | 516 | 113 | 63 |
| Binary | 11011111 | 100011 | 1110110 | 0 | 1010100 | 101111 | 1101 | 101001110 | 1001011 | 110011 |
Color Harmonies of #DF2376
Complementary color
Monochromatic Colors of #DF2376
Black with #DF2376
Text Example
Text Example
White with #DF2376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2376; }
p { color: rgb(223,35,118); }
H1.HeaderClassName
{
color: #DF2376;
}
.AnyTagClassName
{
color: #DF2376;
}
</style>
background-color css
<style>
a { background-color: #DF2376; }
a { background-color: rgb(223,35,118); }
div.DivClassName
{
background-color: #DF2376;
}
.BgClassName
{
background-color: #DF2376;
}
</style>
border-color css
<style>
span { border-color: #DF2376; }
span { border-color: rgb(223,35,118); }
td.TdClassName
{
border-color: #DF2376;
}
.TagClassName
{
border-color: #DF2376;
}
</style>