Shades of Deep Cerise #DF4392
Tints of Deep Cerise #DF4392
RGB
CMYK
RGB Variations
Color information
#DF4392 (or 0xDF4392) is known color: Deep Cerise. HEX triplet: DF, 43 and 92. RGB value is (223,67,146). Sum of RGB (Red+Green+Blue) = 223+67+146=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4392 is #20BC6D. Grayscale: #7A7A7A. Windows color (decimal): -2145390 or 9585631. OLE color: 9585631.
HSL color Cylindrical-coordinate representation of color #DF4392: hue angle of 329.62º 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 #DF4392 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 146 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.13 |
| HSL | 329.62º | 0.71% | 0.57% | - |
| HSV(B) | 329.62º | 0.7% | 0.87% | - |
| XYZ | 37.63 | 21.78 | 29.41 | - |
| YUV | 122.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 146 | 0 | 0.70 | 0.35 | 0.13 | 329.62 | 0.71 | 0.57 |
| Hex | DF | 43 | 92 | 0 | 46 | 23 | D | 14A | 47 | 39 |
| Octal | 337 | 103 | 222 | 0 | 106 | 43 | 15 | 512 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10010010 | 0 | 1000110 | 100011 | 1101 | 101001010 | 1000111 | 111001 |
Color Harmonies of #DF4392
Complementary color
Monochromatic Colors of #DF4392
Black with #DF4392
Text Example
Text Example
White with #DF4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4392; }
p { color: rgb(223,67,146); }
H1.HeaderClassName
{
color: #DF4392;
}
.AnyTagClassName
{
color: #DF4392;
}
</style>
background-color css
<style>
a { background-color: #DF4392; }
a { background-color: rgb(223,67,146); }
div.DivClassName
{
background-color: #DF4392;
}
.BgClassName
{
background-color: #DF4392;
}
</style>
border-color css
<style>
span { border-color: #DF4392; }
span { border-color: rgb(223,67,146); }
td.TdClassName
{
border-color: #DF4392;
}
.TagClassName
{
border-color: #DF4392;
}
</style>