Shades of Deep Cerise #DE1F8A
Tints of Deep Cerise #DE1F8A
RGB
CMYK
RGB Variations
Color information
#DE1F8A (or 0xDE1F8A) is known color: Deep Cerise. HEX triplet: DE, 1F and 8A. RGB value is (222,31,138). Sum of RGB (Red+Green+Blue) = 222+31+138=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1F8A is #21E075. Grayscale: #646464. Windows color (decimal): -2220150 or 9052126. OLE color: 9052126.
HSL color Cylindrical-coordinate representation of color #DE1F8A: hue angle of 326.39º 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 #DE1F8A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 138 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.13 |
| HSL | 326.39º | 0.75% | 0.5% | - |
| HSV(B) | 326.39º | 0.86% | 0.87% | - |
| XYZ | 35.2 | 18.34 | 25.73 | - |
| YUV | 100.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 138 | 0 | 0.86 | 0.38 | 0.13 | 326.39 | 0.75 | 0.5 |
| Hex | DE | 1F | 8A | 0 | 56 | 26 | D | 146 | 4B | 32 |
| Octal | 336 | 37 | 212 | 0 | 126 | 46 | 15 | 506 | 113 | 62 |
| Binary | 11011110 | 11111 | 10001010 | 0 | 1010110 | 100110 | 1101 | 101000110 | 1001011 | 110010 |
Color Harmonies of #DE1F8A
Complementary color
Monochromatic Colors of #DE1F8A
Black with #DE1F8A
Text Example
Text Example
White with #DE1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1F8A; }
p { color: rgb(222,31,138); }
H1.HeaderClassName
{
color: #DE1F8A;
}
.AnyTagClassName
{
color: #DE1F8A;
}
</style>
background-color css
<style>
a { background-color: #DE1F8A; }
a { background-color: rgb(222,31,138); }
div.DivClassName
{
background-color: #DE1F8A;
}
.BgClassName
{
background-color: #DE1F8A;
}
</style>
border-color css
<style>
span { border-color: #DE1F8A; }
span { border-color: rgb(222,31,138); }
td.TdClassName
{
border-color: #DE1F8A;
}
.TagClassName
{
border-color: #DE1F8A;
}
</style>