Shades of Deep Cerise #DE1A7A
Tints of Deep Cerise #DE1A7A
RGB
CMYK
RGB Variations
Color information
#DE1A7A (or 0xDE1A7A) is known color: Deep Cerise. HEX triplet: DE, 1A and 7A. RGB value is (222,26,122). Sum of RGB (Red+Green+Blue) = 222+26+122=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1A7A is #21E585. Grayscale: #5F5F5F. Windows color (decimal): -2221446 or 8002270. OLE color: 8002270.
HSL color Cylindrical-coordinate representation of color #DE1A7A: hue angle of 330.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A7A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 122 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.13 |
| HSL | 330.61º | 0.79% | 0.49% | - |
| HSV(B) | 330.61º | 0.88% | 0.87% | - |
| XYZ | 34.01 | 17.67 | 20.03 | - |
| YUV | 95.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 122 | 0 | 0.88 | 0.45 | 0.13 | 330.61 | 0.79 | 0.49 |
| Hex | DE | 1A | 7A | 0 | 58 | 2D | D | 14B | 4F | 31 |
| Octal | 336 | 32 | 172 | 0 | 130 | 55 | 15 | 513 | 117 | 61 |
| Binary | 11011110 | 11010 | 1111010 | 0 | 1011000 | 101101 | 1101 | 101001011 | 1001111 | 110001 |
Color Harmonies of #DE1A7A
Complementary color
Monochromatic Colors of #DE1A7A
Black with #DE1A7A
Text Example
Text Example
White with #DE1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1A7A; }
p { color: rgb(222,26,122); }
H1.HeaderClassName
{
color: #DE1A7A;
}
.AnyTagClassName
{
color: #DE1A7A;
}
</style>
background-color css
<style>
a { background-color: #DE1A7A; }
a { background-color: rgb(222,26,122); }
div.DivClassName
{
background-color: #DE1A7A;
}
.BgClassName
{
background-color: #DE1A7A;
}
</style>
border-color css
<style>
span { border-color: #DE1A7A; }
span { border-color: rgb(222,26,122); }
td.TdClassName
{
border-color: #DE1A7A;
}
.TagClassName
{
border-color: #DE1A7A;
}
</style>