Shades of Deep Cerise #DF4293
Tints of Deep Cerise #DF4293
RGB
CMYK
RGB Variations
Color information
#DF4293 (or 0xDF4293) is known color: Deep Cerise. HEX triplet: DF, 42 and 93. RGB value is (223,66,147). Sum of RGB (Red+Green+Blue) = 223+66+147=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4293 is #20BD6C. Grayscale: #7A7A7A. Windows color (decimal): -2145645 or 9650911. OLE color: 9650911.
HSL color Cylindrical-coordinate representation of color #DF4293: hue angle of 329.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4293 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 147 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.13 |
| HSL | 329.04º | 0.71% | 0.57% | - |
| HSV(B) | 329.04º | 0.7% | 0.87% | - |
| XYZ | 37.65 | 21.69 | 29.81 | - |
| YUV | 122.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 147 | 0 | 0.70 | 0.34 | 0.13 | 329.04 | 0.71 | 0.57 |
| Hex | DF | 42 | 93 | 0 | 46 | 22 | D | 149 | 47 | 39 |
| Octal | 337 | 102 | 223 | 0 | 106 | 42 | 15 | 511 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10010011 | 0 | 1000110 | 100010 | 1101 | 101001001 | 1000111 | 111001 |
Color Harmonies of #DF4293
Complementary color
Monochromatic Colors of #DF4293
Black with #DF4293
Text Example
Text Example
White with #DF4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4293; }
p { color: rgb(223,66,147); }
H1.HeaderClassName
{
color: #DF4293;
}
.AnyTagClassName
{
color: #DF4293;
}
</style>
background-color css
<style>
a { background-color: #DF4293; }
a { background-color: rgb(223,66,147); }
div.DivClassName
{
background-color: #DF4293;
}
.BgClassName
{
background-color: #DF4293;
}
</style>
border-color css
<style>
span { border-color: #DF4293; }
span { border-color: rgb(223,66,147); }
td.TdClassName
{
border-color: #DF4293;
}
.TagClassName
{
border-color: #DF4293;
}
</style>