Shades of Deep Cerise #DF207A
Tints of Deep Cerise #DF207A
RGB
CMYK
RGB Variations
Color information
#DF207A (or 0xDF207A) is known color: Deep Cerise. HEX triplet: DF, 20 and 7A. RGB value is (223,32,122). Sum of RGB (Red+Green+Blue) = 223+32+122=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF207A is #20DF85. Grayscale: #636363. Windows color (decimal): -2154374 or 8003807. OLE color: 8003807.
HSL color Cylindrical-coordinate representation of color #DF207A: hue angle of 331.73º 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 #DF207A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 122 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.13 |
| HSL | 331.73º | 0.75% | 0.5% | - |
| HSV(B) | 331.73º | 0.86% | 0.87% | - |
| XYZ | 34.46 | 18.13 | 20.09 | - |
| YUV | 99.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 122 | 0 | 0.86 | 0.45 | 0.13 | 331.73 | 0.75 | 0.5 |
| Hex | DF | 20 | 7A | 0 | 56 | 2D | D | 14C | 4B | 32 |
| Octal | 337 | 40 | 172 | 0 | 126 | 55 | 15 | 514 | 113 | 62 |
| Binary | 11011111 | 100000 | 1111010 | 0 | 1010110 | 101101 | 1101 | 101001100 | 1001011 | 110010 |
Color Harmonies of #DF207A
Complementary color
Monochromatic Colors of #DF207A
Black with #DF207A
Text Example
Text Example
White with #DF207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF207A; }
p { color: rgb(223,32,122); }
H1.HeaderClassName
{
color: #DF207A;
}
.AnyTagClassName
{
color: #DF207A;
}
</style>
background-color css
<style>
a { background-color: #DF207A; }
a { background-color: rgb(223,32,122); }
div.DivClassName
{
background-color: #DF207A;
}
.BgClassName
{
background-color: #DF207A;
}
</style>
border-color css
<style>
span { border-color: #DF207A; }
span { border-color: rgb(223,32,122); }
td.TdClassName
{
border-color: #DF207A;
}
.TagClassName
{
border-color: #DF207A;
}
</style>