Shades of Deep Cerise #DF3C80
Tints of Deep Cerise #DF3C80
RGB
CMYK
RGB Variations
Color information
#DF3C80 (or 0xDF3C80) is known color: Deep Cerise. HEX triplet: DF, 3C and 80. RGB value is (223,60,128). Sum of RGB (Red+Green+Blue) = 223+60+128=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3C80 is #20C37F. Grayscale: #747474. Windows color (decimal): -2147200 or 8404191. OLE color: 8404191.
HSL color Cylindrical-coordinate representation of color #DF3C80: hue angle of 334.97º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C80 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 128 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.13 |
| HSL | 334.97º | 0.72% | 0.55% | - |
| HSV(B) | 334.97º | 0.73% | 0.87% | - |
| XYZ | 35.94 | 20.48 | 22.48 | - |
| YUV | 116.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 128 | 0 | 0.73 | 0.43 | 0.13 | 334.97 | 0.72 | 0.55 |
| Hex | DF | 3C | 80 | 0 | 49 | 2B | D | 14F | 48 | 37 |
| Octal | 337 | 74 | 200 | 0 | 111 | 53 | 15 | 517 | 110 | 67 |
| Binary | 11011111 | 111100 | 10000000 | 0 | 1001001 | 101011 | 1101 | 101001111 | 1001000 | 110111 |
Color Harmonies of #DF3C80
Complementary color
Monochromatic Colors of #DF3C80
Black with #DF3C80
Text Example
Text Example
White with #DF3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C80; }
p { color: rgb(223,60,128); }
H1.HeaderClassName
{
color: #DF3C80;
}
.AnyTagClassName
{
color: #DF3C80;
}
</style>
background-color css
<style>
a { background-color: #DF3C80; }
a { background-color: rgb(223,60,128); }
div.DivClassName
{
background-color: #DF3C80;
}
.BgClassName
{
background-color: #DF3C80;
}
</style>
border-color css
<style>
span { border-color: #DF3C80; }
span { border-color: rgb(223,60,128); }
td.TdClassName
{
border-color: #DF3C80;
}
.TagClassName
{
border-color: #DF3C80;
}
</style>