Shades of Deep Cerise #DE217E
Tints of Deep Cerise #DE217E
RGB
CMYK
RGB Variations
Color information
#DE217E (or 0xDE217E) is known color: Deep Cerise. HEX triplet: DE, 21 and 7E. RGB value is (222,33,126). Sum of RGB (Red+Green+Blue) = 222+33+126=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE217E is #21DE81. Grayscale: #636363. Windows color (decimal): -2219650 or 8266206. OLE color: 8266206.
HSL color Cylindrical-coordinate representation of color #DE217E: hue angle of 330.48º degrees, saturation: 0.74, 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 #DE217E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 126 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.13 |
| HSL | 330.48º | 0.74% | 0.5% | - |
| HSV(B) | 330.48º | 0.85% | 0.87% | - |
| XYZ | 34.43 | 18.12 | 21.42 | - |
| YUV | 100.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 126 | 0 | 0.85 | 0.43 | 0.13 | 330.48 | 0.74 | 0.5 |
| Hex | DE | 21 | 7E | 0 | 55 | 2B | D | 14A | 4A | 32 |
| Octal | 336 | 41 | 176 | 0 | 125 | 53 | 15 | 512 | 112 | 62 |
| Binary | 11011110 | 100001 | 1111110 | 0 | 1010101 | 101011 | 1101 | 101001010 | 1001010 | 110010 |
Color Harmonies of #DE217E
Complementary color
Monochromatic Colors of #DE217E
Black with #DE217E
Text Example
Text Example
White with #DE217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE217E; }
p { color: rgb(222,33,126); }
H1.HeaderClassName
{
color: #DE217E;
}
.AnyTagClassName
{
color: #DE217E;
}
</style>
background-color css
<style>
a { background-color: #DE217E; }
a { background-color: rgb(222,33,126); }
div.DivClassName
{
background-color: #DE217E;
}
.BgClassName
{
background-color: #DE217E;
}
</style>
border-color css
<style>
span { border-color: #DE217E; }
span { border-color: rgb(222,33,126); }
td.TdClassName
{
border-color: #DE217E;
}
.TagClassName
{
border-color: #DE217E;
}
</style>