Shades of Deep Cerise #DF2177
Tints of Deep Cerise #DF2177
RGB
CMYK
RGB Variations
Color information
#DF2177 (or 0xDF2177) is known color: Deep Cerise. HEX triplet: DF, 21 and 77. RGB value is (223,33,119). Sum of RGB (Red+Green+Blue) = 223+33+119=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2177 is #20DE88. Grayscale: #636363. Windows color (decimal): -2154121 or 7807455. OLE color: 7807455.
HSL color Cylindrical-coordinate representation of color #DF2177: hue angle of 332.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2177 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 119 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.13 |
| HSL | 332.84º | 0.75% | 0.5% | - |
| HSV(B) | 332.84º | 0.85% | 0.87% | - |
| XYZ | 34.31 | 18.11 | 19.14 | - |
| YUV | 99.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 119 | 0 | 0.85 | 0.47 | 0.13 | 332.84 | 0.75 | 0.5 |
| Hex | DF | 21 | 77 | 0 | 55 | 2F | D | 14D | 4B | 32 |
| Octal | 337 | 41 | 167 | 0 | 125 | 57 | 15 | 515 | 113 | 62 |
| Binary | 11011111 | 100001 | 1110111 | 0 | 1010101 | 101111 | 1101 | 101001101 | 1001011 | 110010 |
Color Harmonies of #DF2177
Complementary color
Monochromatic Colors of #DF2177
Black with #DF2177
Text Example
Text Example
White with #DF2177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2177; }
p { color: rgb(223,33,119); }
H1.HeaderClassName
{
color: #DF2177;
}
.AnyTagClassName
{
color: #DF2177;
}
</style>
background-color css
<style>
a { background-color: #DF2177; }
a { background-color: rgb(223,33,119); }
div.DivClassName
{
background-color: #DF2177;
}
.BgClassName
{
background-color: #DF2177;
}
</style>
border-color css
<style>
span { border-color: #DF2177; }
span { border-color: rgb(223,33,119); }
td.TdClassName
{
border-color: #DF2177;
}
.TagClassName
{
border-color: #DF2177;
}
</style>