Shades of Deep Cerise #DF3980
Tints of Deep Cerise #DF3980
RGB
CMYK
RGB Variations
Color information
#DF3980 (or 0xDF3980) is known color: Deep Cerise. HEX triplet: DF, 39 and 80. RGB value is (223,57,128). Sum of RGB (Red+Green+Blue) = 223+57+128=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3980 is #20C67F. Grayscale: #727272. Windows color (decimal): -2147968 or 8403423. OLE color: 8403423.
HSL color Cylindrical-coordinate representation of color #DF3980: hue angle of 334.34º 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 #DF3980 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 128 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.13 |
| HSL | 334.34º | 0.72% | 0.55% | - |
| HSV(B) | 334.34º | 0.74% | 0.87% | - |
| XYZ | 35.79 | 20.17 | 22.43 | - |
| YUV | 114.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 128 | 0 | 0.74 | 0.43 | 0.13 | 334.34 | 0.72 | 0.55 |
| Hex | DF | 39 | 80 | 0 | 4A | 2B | D | 14E | 48 | 37 |
| Octal | 337 | 71 | 200 | 0 | 112 | 53 | 15 | 516 | 110 | 67 |
| Binary | 11011111 | 111001 | 10000000 | 0 | 1001010 | 101011 | 1101 | 101001110 | 1001000 | 110111 |
Color Harmonies of #DF3980
Complementary color
Monochromatic Colors of #DF3980
Black with #DF3980
Text Example
Text Example
White with #DF3980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3980; }
p { color: rgb(223,57,128); }
H1.HeaderClassName
{
color: #DF3980;
}
.AnyTagClassName
{
color: #DF3980;
}
</style>
background-color css
<style>
a { background-color: #DF3980; }
a { background-color: rgb(223,57,128); }
div.DivClassName
{
background-color: #DF3980;
}
.BgClassName
{
background-color: #DF3980;
}
</style>
border-color css
<style>
span { border-color: #DF3980; }
span { border-color: rgb(223,57,128); }
td.TdClassName
{
border-color: #DF3980;
}
.TagClassName
{
border-color: #DF3980;
}
</style>