Shades of Deep Cerise #DF207D
Tints of Deep Cerise #DF207D
RGB
CMYK
RGB Variations
Color information
#DF207D (or 0xDF207D) is known color: Deep Cerise. HEX triplet: DF, 20 and 7D. RGB value is (223,32,125). Sum of RGB (Red+Green+Blue) = 223+32+125=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF207D is #20DF82. Grayscale: #636363. Windows color (decimal): -2154371 or 8200415. OLE color: 8200415.
HSL color Cylindrical-coordinate representation of color #DF207D: hue angle of 330.79º 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 #DF207D is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 125 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.13 |
| HSL | 330.79º | 0.75% | 0.5% | - |
| HSV(B) | 330.79º | 0.86% | 0.87% | - |
| XYZ | 34.65 | 18.2 | 21.09 | - |
| YUV | 99.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 125 | 0 | 0.86 | 0.44 | 0.13 | 330.79 | 0.75 | 0.5 |
| Hex | DF | 20 | 7D | 0 | 56 | 2C | D | 14B | 4B | 32 |
| Octal | 337 | 40 | 175 | 0 | 126 | 54 | 15 | 513 | 113 | 62 |
| Binary | 11011111 | 100000 | 1111101 | 0 | 1010110 | 101100 | 1101 | 101001011 | 1001011 | 110010 |
Color Harmonies of #DF207D
Complementary color
Monochromatic Colors of #DF207D
Black with #DF207D
Text Example
Text Example
White with #DF207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF207D; }
p { color: rgb(223,32,125); }
H1.HeaderClassName
{
color: #DF207D;
}
.AnyTagClassName
{
color: #DF207D;
}
</style>
background-color css
<style>
a { background-color: #DF207D; }
a { background-color: rgb(223,32,125); }
div.DivClassName
{
background-color: #DF207D;
}
.BgClassName
{
background-color: #DF207D;
}
</style>
border-color css
<style>
span { border-color: #DF207D; }
span { border-color: rgb(223,32,125); }
td.TdClassName
{
border-color: #DF207D;
}
.TagClassName
{
border-color: #DF207D;
}
</style>