Shades of Deep Cerise #DF217E
Tints of Deep Cerise #DF217E
RGB
CMYK
RGB Variations
Color information
#DF217E (or 0xDF217E) is known color: Deep Cerise. HEX triplet: DF, 21 and 7E. RGB value is (223,33,126). Sum of RGB (Red+Green+Blue) = 223+33+126=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF217E is #20DE81. Grayscale: #646464. Windows color (decimal): -2154114 or 8266207. OLE color: 8266207.
HSL color Cylindrical-coordinate representation of color #DF217E: hue angle of 330.63º 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 #DF217E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 126 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.13 |
| HSL | 330.63º | 0.75% | 0.5% | - |
| HSV(B) | 330.63º | 0.85% | 0.87% | - |
| XYZ | 34.74 | 18.28 | 21.44 | - |
| YUV | 100.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 126 | 0 | 0.85 | 0.43 | 0.13 | 330.63 | 0.75 | 0.5 |
| Hex | DF | 21 | 7E | 0 | 55 | 2B | D | 14B | 4B | 32 |
| Octal | 337 | 41 | 176 | 0 | 125 | 53 | 15 | 513 | 113 | 62 |
| Binary | 11011111 | 100001 | 1111110 | 0 | 1010101 | 101011 | 1101 | 101001011 | 1001011 | 110010 |
Color Harmonies of #DF217E
Complementary color
Monochromatic Colors of #DF217E
Black with #DF217E
Text Example
Text Example
White with #DF217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF217E; }
p { color: rgb(223,33,126); }
H1.HeaderClassName
{
color: #DF217E;
}
.AnyTagClassName
{
color: #DF217E;
}
</style>
background-color css
<style>
a { background-color: #DF217E; }
a { background-color: rgb(223,33,126); }
div.DivClassName
{
background-color: #DF217E;
}
.BgClassName
{
background-color: #DF217E;
}
</style>
border-color css
<style>
span { border-color: #DF217E; }
span { border-color: rgb(223,33,126); }
td.TdClassName
{
border-color: #DF217E;
}
.TagClassName
{
border-color: #DF217E;
}
</style>