Shades of Deep Cerise #DF208D
Tints of Deep Cerise #DF208D
RGB
CMYK
RGB Variations
Color information
#DF208D (or 0xDF208D) is known color: Deep Cerise. HEX triplet: DF, 20 and 8D. RGB value is (223,32,141). Sum of RGB (Red+Green+Blue) = 223+32+141=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF208D is #20DF72. Grayscale: #656565. Windows color (decimal): -2154355 or 9248991. OLE color: 9248991.
HSL color Cylindrical-coordinate representation of color #DF208D: hue angle of 325.76º 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 #DF208D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 141 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.13 |
| HSL | 325.76º | 0.75% | 0.5% | - |
| HSV(B) | 325.76º | 0.86% | 0.87% | - |
| XYZ | 35.76 | 18.64 | 26.91 | - |
| YUV | 101.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 141 | 0 | 0.86 | 0.37 | 0.13 | 325.76 | 0.75 | 0.5 |
| Hex | DF | 20 | 8D | 0 | 56 | 25 | D | 146 | 4B | 32 |
| Octal | 337 | 40 | 215 | 0 | 126 | 45 | 15 | 506 | 113 | 62 |
| Binary | 11011111 | 100000 | 10001101 | 0 | 1010110 | 100101 | 1101 | 101000110 | 1001011 | 110010 |
Color Harmonies of #DF208D
Complementary color
Monochromatic Colors of #DF208D
Black with #DF208D
Text Example
Text Example
White with #DF208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF208D; }
p { color: rgb(223,32,141); }
H1.HeaderClassName
{
color: #DF208D;
}
.AnyTagClassName
{
color: #DF208D;
}
</style>
background-color css
<style>
a { background-color: #DF208D; }
a { background-color: rgb(223,32,141); }
div.DivClassName
{
background-color: #DF208D;
}
.BgClassName
{
background-color: #DF208D;
}
</style>
border-color css
<style>
span { border-color: #DF208D; }
span { border-color: rgb(223,32,141); }
td.TdClassName
{
border-color: #DF208D;
}
.TagClassName
{
border-color: #DF208D;
}
</style>