Shades of Cerise #DF2473
Tints of Cerise #DF2473
RGB
CMYK
RGB Variations
Color information
#DF2473 (or 0xDF2473) is known color: Cerise. HEX triplet: DF, 24 and 73. RGB value is (223,36,115). Sum of RGB (Red+Green+Blue) = 223+36+115=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2473 is #20DB8C. Grayscale: #646464. Windows color (decimal): -2153357 or 7546079. OLE color: 7546079.
HSL color Cylindrical-coordinate representation of color #DF2473: hue angle of 334.65º 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 #DF2473 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 115 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.13 |
| HSL | 334.65º | 0.75% | 0.51% | - |
| HSV(B) | 334.65º | 0.84% | 0.87% | - |
| XYZ | 34.16 | 18.19 | 17.93 | - |
| YUV | 100.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 115 | 0 | 0.84 | 0.48 | 0.13 | 334.65 | 0.75 | 0.51 |
| Hex | DF | 24 | 73 | 0 | 54 | 30 | D | 14F | 4B | 33 |
| Octal | 337 | 44 | 163 | 0 | 124 | 60 | 15 | 517 | 113 | 63 |
| Binary | 11011111 | 100100 | 1110011 | 0 | 1010100 | 110000 | 1101 | 101001111 | 1001011 | 110011 |
Color Harmonies of #DF2473
Complementary color
Monochromatic Colors of #DF2473
Black with #DF2473
Text Example
Text Example
White with #DF2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2473; }
p { color: rgb(223,36,115); }
H1.HeaderClassName
{
color: #DF2473;
}
.AnyTagClassName
{
color: #DF2473;
}
</style>
background-color css
<style>
a { background-color: #DF2473; }
a { background-color: rgb(223,36,115); }
div.DivClassName
{
background-color: #DF2473;
}
.BgClassName
{
background-color: #DF2473;
}
</style>
border-color css
<style>
span { border-color: #DF2473; }
span { border-color: rgb(223,36,115); }
td.TdClassName
{
border-color: #DF2473;
}
.TagClassName
{
border-color: #DF2473;
}
</style>