Shades of Deep Cerise #DF3792
Tints of Deep Cerise #DF3792
RGB
CMYK
RGB Variations
Color information
#DF3792 (or 0xDF3792) is known color: Deep Cerise. HEX triplet: DF, 37 and 92. RGB value is (223,55,146). Sum of RGB (Red+Green+Blue) = 223+55+146=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3792 is #20C86D. Grayscale: #737373. Windows color (decimal): -2148462 or 9582559. OLE color: 9582559.
HSL color Cylindrical-coordinate representation of color #DF3792: hue angle of 327.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3792 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 146 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.13 |
| HSL | 327.5º | 0.72% | 0.55% | - |
| HSV(B) | 327.5º | 0.75% | 0.87% | - |
| XYZ | 36.99 | 20.5 | 29.2 | - |
| YUV | 115.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 146 | 0 | 0.75 | 0.35 | 0.13 | 327.5 | 0.72 | 0.55 |
| Hex | DF | 37 | 92 | 0 | 4B | 23 | D | 148 | 48 | 37 |
| Octal | 337 | 67 | 222 | 0 | 113 | 43 | 15 | 510 | 110 | 67 |
| Binary | 11011111 | 110111 | 10010010 | 0 | 1001011 | 100011 | 1101 | 101001000 | 1001000 | 110111 |
Color Harmonies of #DF3792
Complementary color
Monochromatic Colors of #DF3792
Black with #DF3792
Text Example
Text Example
White with #DF3792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3792; }
p { color: rgb(223,55,146); }
H1.HeaderClassName
{
color: #DF3792;
}
.AnyTagClassName
{
color: #DF3792;
}
</style>
background-color css
<style>
a { background-color: #DF3792; }
a { background-color: rgb(223,55,146); }
div.DivClassName
{
background-color: #DF3792;
}
.BgClassName
{
background-color: #DF3792;
}
</style>
border-color css
<style>
span { border-color: #DF3792; }
span { border-color: rgb(223,55,146); }
td.TdClassName
{
border-color: #DF3792;
}
.TagClassName
{
border-color: #DF3792;
}
</style>