Shades of Deep Cerise #DF3992
Tints of Deep Cerise #DF3992
RGB
CMYK
RGB Variations
Color information
#DF3992 (or 0xDF3992) is known color: Deep Cerise. HEX triplet: DF, 39 and 92. RGB value is (223,57,146). Sum of RGB (Red+Green+Blue) = 223+57+146=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3992 is #20C66D. Grayscale: #747474. Windows color (decimal): -2147950 or 9583071. OLE color: 9583071.
HSL color Cylindrical-coordinate representation of color #DF3992: hue angle of 327.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3992 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 146 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.13 |
| HSL | 327.83º | 0.72% | 0.55% | - |
| HSV(B) | 327.83º | 0.74% | 0.87% | - |
| XYZ | 37.08 | 20.69 | 29.23 | - |
| YUV | 116.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 146 | 0 | 0.74 | 0.35 | 0.13 | 327.83 | 0.72 | 0.55 |
| Hex | DF | 39 | 92 | 0 | 4A | 23 | D | 148 | 48 | 37 |
| Octal | 337 | 71 | 222 | 0 | 112 | 43 | 15 | 510 | 110 | 67 |
| Binary | 11011111 | 111001 | 10010010 | 0 | 1001010 | 100011 | 1101 | 101001000 | 1001000 | 110111 |
Color Harmonies of #DF3992
Complementary color
Monochromatic Colors of #DF3992
Black with #DF3992
Text Example
Text Example
White with #DF3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3992; }
p { color: rgb(223,57,146); }
H1.HeaderClassName
{
color: #DF3992;
}
.AnyTagClassName
{
color: #DF3992;
}
</style>
background-color css
<style>
a { background-color: #DF3992; }
a { background-color: rgb(223,57,146); }
div.DivClassName
{
background-color: #DF3992;
}
.BgClassName
{
background-color: #DF3992;
}
</style>
border-color css
<style>
span { border-color: #DF3992; }
span { border-color: rgb(223,57,146); }
td.TdClassName
{
border-color: #DF3992;
}
.TagClassName
{
border-color: #DF3992;
}
</style>