Shades of Deep Cerise #DE1A7D
Tints of Deep Cerise #DE1A7D
RGB
CMYK
RGB Variations
Color information
#DE1A7D (or 0xDE1A7D) is known color: Deep Cerise. HEX triplet: DE, 1A and 7D. RGB value is (222,26,125). Sum of RGB (Red+Green+Blue) = 222+26+125=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1A7D is #21E582. Grayscale: #5F5F5F. Windows color (decimal): -2221443 or 8198878. OLE color: 8198878.
HSL color Cylindrical-coordinate representation of color #DE1A7D: hue angle of 329.69º 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 #DE1A7D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 125 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.13 |
| HSL | 329.69º | 0.79% | 0.49% | - |
| HSV(B) | 329.69º | 0.88% | 0.87% | - |
| XYZ | 34.2 | 17.75 | 21.03 | - |
| YUV | 95.89 | 144.43 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 125 | 0 | 0.88 | 0.44 | 0.13 | 329.69 | 0.79 | 0.49 |
| Hex | DE | 1A | 7D | 0 | 58 | 2C | D | 14A | 4F | 31 |
| Octal | 336 | 32 | 175 | 0 | 130 | 54 | 15 | 512 | 117 | 61 |
| Binary | 11011110 | 11010 | 1111101 | 0 | 1011000 | 101100 | 1101 | 101001010 | 1001111 | 110001 |
Color Harmonies of #DE1A7D
Complementary color
Monochromatic Colors of #DE1A7D
Black with #DE1A7D
Text Example
Text Example
White with #DE1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1A7D; }
p { color: rgb(222,26,125); }
H1.HeaderClassName
{
color: #DE1A7D;
}
.AnyTagClassName
{
color: #DE1A7D;
}
</style>
background-color css
<style>
a { background-color: #DE1A7D; }
a { background-color: rgb(222,26,125); }
div.DivClassName
{
background-color: #DE1A7D;
}
.BgClassName
{
background-color: #DE1A7D;
}
</style>
border-color css
<style>
span { border-color: #DE1A7D; }
span { border-color: rgb(222,26,125); }
td.TdClassName
{
border-color: #DE1A7D;
}
.TagClassName
{
border-color: #DE1A7D;
}
</style>