Shades of Deep Cerise #DF2377
Tints of Deep Cerise #DF2377
RGB
CMYK
RGB Variations
Color information
#DF2377 (or 0xDF2377) is known color: Deep Cerise. HEX triplet: DF, 23 and 77. RGB value is (223,35,119). Sum of RGB (Red+Green+Blue) = 223+35+119=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2377 is #20DC88. Grayscale: #646464. Windows color (decimal): -2153609 or 7807967. OLE color: 7807967.
HSL color Cylindrical-coordinate representation of color #DF2377: hue angle of 333.19º 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 #DF2377 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 119 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.13 |
| HSL | 333.19º | 0.75% | 0.51% | - |
| HSV(B) | 333.19º | 0.84% | 0.87% | - |
| XYZ | 34.36 | 18.22 | 19.16 | - |
| YUV | 100.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 119 | 0 | 0.84 | 0.47 | 0.13 | 333.19 | 0.75 | 0.51 |
| Hex | DF | 23 | 77 | 0 | 54 | 2F | D | 14D | 4B | 33 |
| Octal | 337 | 43 | 167 | 0 | 124 | 57 | 15 | 515 | 113 | 63 |
| Binary | 11011111 | 100011 | 1110111 | 0 | 1010100 | 101111 | 1101 | 101001101 | 1001011 | 110011 |
Color Harmonies of #DF2377
Complementary color
Monochromatic Colors of #DF2377
Black with #DF2377
Text Example
Text Example
White with #DF2377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2377; }
p { color: rgb(223,35,119); }
H1.HeaderClassName
{
color: #DF2377;
}
.AnyTagClassName
{
color: #DF2377;
}
</style>
background-color css
<style>
a { background-color: #DF2377; }
a { background-color: rgb(223,35,119); }
div.DivClassName
{
background-color: #DF2377;
}
.BgClassName
{
background-color: #DF2377;
}
</style>
border-color css
<style>
span { border-color: #DF2377; }
span { border-color: rgb(223,35,119); }
td.TdClassName
{
border-color: #DF2377;
}
.TagClassName
{
border-color: #DF2377;
}
</style>