Shades of Deep Cerise #DF2080
Tints of Deep Cerise #DF2080
RGB
CMYK
RGB Variations
Color information
#DF2080 (or 0xDF2080) is known color: Deep Cerise. HEX triplet: DF, 20 and 80. RGB value is (223,32,128). Sum of RGB (Red+Green+Blue) = 223+32+128=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2080 is #20DF7F. Grayscale: #636363. Windows color (decimal): -2154368 or 8397023. OLE color: 8397023.
HSL color Cylindrical-coordinate representation of color #DF2080: hue angle of 329.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2080 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 128 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.13 |
| HSL | 329.84º | 0.75% | 0.5% | - |
| HSV(B) | 329.84º | 0.86% | 0.87% | - |
| XYZ | 34.84 | 18.28 | 22.11 | - |
| YUV | 100.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 128 | 0 | 0.86 | 0.43 | 0.13 | 329.84 | 0.75 | 0.5 |
| Hex | DF | 20 | 80 | 0 | 56 | 2B | D | 14A | 4B | 32 |
| Octal | 337 | 40 | 200 | 0 | 126 | 53 | 15 | 512 | 113 | 62 |
| Binary | 11011111 | 100000 | 10000000 | 0 | 1010110 | 101011 | 1101 | 101001010 | 1001011 | 110010 |
Color Harmonies of #DF2080
Complementary color
Monochromatic Colors of #DF2080
Black with #DF2080
Text Example
Text Example
White with #DF2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2080; }
p { color: rgb(223,32,128); }
H1.HeaderClassName
{
color: #DF2080;
}
.AnyTagClassName
{
color: #DF2080;
}
</style>
background-color css
<style>
a { background-color: #DF2080; }
a { background-color: rgb(223,32,128); }
div.DivClassName
{
background-color: #DF2080;
}
.BgClassName
{
background-color: #DF2080;
}
</style>
border-color css
<style>
span { border-color: #DF2080; }
span { border-color: rgb(223,32,128); }
td.TdClassName
{
border-color: #DF2080;
}
.TagClassName
{
border-color: #DF2080;
}
</style>