Shades of Deep Cerise #DF2475
Tints of Deep Cerise #DF2475
RGB
CMYK
RGB Variations
Color information
#DF2475 (or 0xDF2475) is known color: Deep Cerise. HEX triplet: DF, 24 and 75. RGB value is (223,36,117). Sum of RGB (Red+Green+Blue) = 223+36+117=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2475 is #20DB8A. Grayscale: #656565. Windows color (decimal): -2153355 or 7677151. OLE color: 7677151.
HSL color Cylindrical-coordinate representation of color #DF2475: hue angle of 334.01º 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 #DF2475 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 117 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.13 |
| HSL | 334.01º | 0.75% | 0.51% | - |
| HSV(B) | 334.01º | 0.84% | 0.87% | - |
| XYZ | 34.27 | 18.23 | 18.54 | - |
| YUV | 101.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 117 | 0 | 0.84 | 0.48 | 0.13 | 334.01 | 0.75 | 0.51 |
| Hex | DF | 24 | 75 | 0 | 54 | 30 | D | 14E | 4B | 33 |
| Octal | 337 | 44 | 165 | 0 | 124 | 60 | 15 | 516 | 113 | 63 |
| Binary | 11011111 | 100100 | 1110101 | 0 | 1010100 | 110000 | 1101 | 101001110 | 1001011 | 110011 |
Color Harmonies of #DF2475
Complementary color
Monochromatic Colors of #DF2475
Black with #DF2475
Text Example
Text Example
White with #DF2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2475; }
p { color: rgb(223,36,117); }
H1.HeaderClassName
{
color: #DF2475;
}
.AnyTagClassName
{
color: #DF2475;
}
</style>
background-color css
<style>
a { background-color: #DF2475; }
a { background-color: rgb(223,36,117); }
div.DivClassName
{
background-color: #DF2475;
}
.BgClassName
{
background-color: #DF2475;
}
</style>
border-color css
<style>
span { border-color: #DF2475; }
span { border-color: rgb(223,36,117); }
td.TdClassName
{
border-color: #DF2475;
}
.TagClassName
{
border-color: #DF2475;
}
</style>