Shades of Deep Cerise #DF197D
Tints of Deep Cerise #DF197D
RGB
CMYK
RGB Variations
Color information
#DF197D (or 0xDF197D) is known color: Deep Cerise. HEX triplet: DF, 19 and 7D. RGB value is (223,25,125). Sum of RGB (Red+Green+Blue) = 223+25+125=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF197D is #20E682. Grayscale: #5F5F5F. Windows color (decimal): -2156163 or 8198623. OLE color: 8198623.
HSL color Cylindrical-coordinate representation of color #DF197D: hue angle of 329.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF197D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 125 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.13 |
| HSL | 329.7º | 0.8% | 0.49% | - |
| HSV(B) | 329.7º | 0.89% | 0.87% | - |
| XYZ | 34.48 | 17.86 | 21.03 | - |
| YUV | 95.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 125 | 0 | 0.89 | 0.44 | 0.13 | 329.7 | 0.8 | 0.49 |
| Hex | DF | 19 | 7D | 0 | 59 | 2C | D | 14A | 50 | 31 |
| Octal | 337 | 31 | 175 | 0 | 131 | 54 | 15 | 512 | 120 | 61 |
| Binary | 11011111 | 11001 | 1111101 | 0 | 1011001 | 101100 | 1101 | 101001010 | 1010000 | 110001 |
Color Harmonies of #DF197D
Complementary color
Monochromatic Colors of #DF197D
Black with #DF197D
Text Example
Text Example
White with #DF197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF197D; }
p { color: rgb(223,25,125); }
H1.HeaderClassName
{
color: #DF197D;
}
.AnyTagClassName
{
color: #DF197D;
}
</style>
background-color css
<style>
a { background-color: #DF197D; }
a { background-color: rgb(223,25,125); }
div.DivClassName
{
background-color: #DF197D;
}
.BgClassName
{
background-color: #DF197D;
}
</style>
border-color css
<style>
span { border-color: #DF197D; }
span { border-color: rgb(223,25,125); }
td.TdClassName
{
border-color: #DF197D;
}
.TagClassName
{
border-color: #DF197D;
}
</style>