Shades of Cerise #DF2173
Tints of Cerise #DF2173
RGB
CMYK
RGB Variations
Color information
#DF2173 (or 0xDF2173) is known color: Cerise. HEX triplet: DF, 21 and 73. RGB value is (223,33,115). Sum of RGB (Red+Green+Blue) = 223+33+115=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2173 is #20DE8C. Grayscale: #636363. Windows color (decimal): -2154125 or 7545311. OLE color: 7545311.
HSL color Cylindrical-coordinate representation of color #DF2173: hue angle of 334.11º 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 #DF2173 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 115 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.13 |
| HSL | 334.11º | 0.75% | 0.5% | - |
| HSV(B) | 334.11º | 0.85% | 0.87% | - |
| XYZ | 34.07 | 18.01 | 17.9 | - |
| YUV | 99.16 | 136.95 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 115 | 0 | 0.85 | 0.48 | 0.13 | 334.11 | 0.75 | 0.5 |
| Hex | DF | 21 | 73 | 0 | 55 | 30 | D | 14E | 4B | 32 |
| Octal | 337 | 41 | 163 | 0 | 125 | 60 | 15 | 516 | 113 | 62 |
| Binary | 11011111 | 100001 | 1110011 | 0 | 1010101 | 110000 | 1101 | 101001110 | 1001011 | 110010 |
Color Harmonies of #DF2173
Complementary color
Monochromatic Colors of #DF2173
Black with #DF2173
Text Example
Text Example
White with #DF2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2173; }
p { color: rgb(223,33,115); }
H1.HeaderClassName
{
color: #DF2173;
}
.AnyTagClassName
{
color: #DF2173;
}
</style>
background-color css
<style>
a { background-color: #DF2173; }
a { background-color: rgb(223,33,115); }
div.DivClassName
{
background-color: #DF2173;
}
.BgClassName
{
background-color: #DF2173;
}
</style>
border-color css
<style>
span { border-color: #DF2173; }
span { border-color: rgb(223,33,115); }
td.TdClassName
{
border-color: #DF2173;
}
.TagClassName
{
border-color: #DF2173;
}
</style>