Shades of Deep Cerise #DF217A
Tints of Deep Cerise #DF217A
RGB
CMYK
RGB Variations
Color information
#DF217A (or 0xDF217A) is known color: Deep Cerise. HEX triplet: DF, 21 and 7A. RGB value is (223,33,122). Sum of RGB (Red+Green+Blue) = 223+33+122=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF217A is #20DE85. Grayscale: #636363. Windows color (decimal): -2154118 or 8004063. OLE color: 8004063.
HSL color Cylindrical-coordinate representation of color #DF217A: hue angle of 331.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF217A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 122 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.13 |
| HSL | 331.89º | 0.75% | 0.5% | - |
| HSV(B) | 331.89º | 0.85% | 0.87% | - |
| XYZ | 34.49 | 18.18 | 20.1 | - |
| YUV | 99.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 122 | 0 | 0.85 | 0.45 | 0.13 | 331.89 | 0.75 | 0.5 |
| Hex | DF | 21 | 7A | 0 | 55 | 2D | D | 14C | 4B | 32 |
| Octal | 337 | 41 | 172 | 0 | 125 | 55 | 15 | 514 | 113 | 62 |
| Binary | 11011111 | 100001 | 1111010 | 0 | 1010101 | 101101 | 1101 | 101001100 | 1001011 | 110010 |
Color Harmonies of #DF217A
Complementary color
Monochromatic Colors of #DF217A
Black with #DF217A
Text Example
Text Example
White with #DF217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF217A; }
p { color: rgb(223,33,122); }
H1.HeaderClassName
{
color: #DF217A;
}
.AnyTagClassName
{
color: #DF217A;
}
</style>
background-color css
<style>
a { background-color: #DF217A; }
a { background-color: rgb(223,33,122); }
div.DivClassName
{
background-color: #DF217A;
}
.BgClassName
{
background-color: #DF217A;
}
</style>
border-color css
<style>
span { border-color: #DF217A; }
span { border-color: rgb(223,33,122); }
td.TdClassName
{
border-color: #DF217A;
}
.TagClassName
{
border-color: #DF217A;
}
</style>