Shades of Deep Cerise #DF207C
Tints of Deep Cerise #DF207C
RGB
CMYK
RGB Variations
Color information
#DF207C (or 0xDF207C) is known color: Deep Cerise. HEX triplet: DF, 20 and 7C. RGB value is (223,32,124). Sum of RGB (Red+Green+Blue) = 223+32+124=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF207C is #20DF83. Grayscale: #636363. Windows color (decimal): -2154372 or 8134879. OLE color: 8134879.
HSL color Cylindrical-coordinate representation of color #DF207C: hue angle of 331.1º 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 #DF207C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.13 |
| HSL | 331.1º | 0.75% | 0.5% | - |
| HSV(B) | 331.1º | 0.86% | 0.87% | - |
| XYZ | 34.59 | 18.18 | 20.75 | - |
| YUV | 99.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 124 | 0 | 0.86 | 0.44 | 0.13 | 331.1 | 0.75 | 0.5 |
| Hex | DF | 20 | 7C | 0 | 56 | 2C | D | 14B | 4B | 32 |
| Octal | 337 | 40 | 174 | 0 | 126 | 54 | 15 | 513 | 113 | 62 |
| Binary | 11011111 | 100000 | 1111100 | 0 | 1010110 | 101100 | 1101 | 101001011 | 1001011 | 110010 |
Color Harmonies of #DF207C
Complementary color
Monochromatic Colors of #DF207C
Black with #DF207C
Text Example
Text Example
White with #DF207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF207C; }
p { color: rgb(223,32,124); }
H1.HeaderClassName
{
color: #DF207C;
}
.AnyTagClassName
{
color: #DF207C;
}
</style>
background-color css
<style>
a { background-color: #DF207C; }
a { background-color: rgb(223,32,124); }
div.DivClassName
{
background-color: #DF207C;
}
.BgClassName
{
background-color: #DF207C;
}
</style>
border-color css
<style>
span { border-color: #DF207C; }
span { border-color: rgb(223,32,124); }
td.TdClassName
{
border-color: #DF207C;
}
.TagClassName
{
border-color: #DF207C;
}
</style>