Shades of Deep Cerise #DE1B7C
Tints of Deep Cerise #DE1B7C
RGB
CMYK
RGB Variations
Color information
#DE1B7C (or 0xDE1B7C) is known color: Deep Cerise. HEX triplet: DE, 1B and 7C. RGB value is (222,27,124). Sum of RGB (Red+Green+Blue) = 222+27+124=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B7C is #21E483. Grayscale: #606060. Windows color (decimal): -2221188 or 8133598. OLE color: 8133598.
HSL color Cylindrical-coordinate representation of color #DE1B7C: hue angle of 330.15º degrees, saturation: 0.78, 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 #DE1B7C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 124 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.13 |
| HSL | 330.15º | 0.78% | 0.49% | - |
| HSV(B) | 330.15º | 0.88% | 0.87% | - |
| XYZ | 34.15 | 17.77 | 20.7 | - |
| YUV | 96.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 124 | 0 | 0.88 | 0.44 | 0.13 | 330.15 | 0.78 | 0.49 |
| Hex | DE | 1B | 7C | 0 | 58 | 2C | D | 14A | 4E | 31 |
| Octal | 336 | 33 | 174 | 0 | 130 | 54 | 15 | 512 | 116 | 61 |
| Binary | 11011110 | 11011 | 1111100 | 0 | 1011000 | 101100 | 1101 | 101001010 | 1001110 | 110001 |
Color Harmonies of #DE1B7C
Complementary color
Monochromatic Colors of #DE1B7C
Black with #DE1B7C
Text Example
Text Example
White with #DE1B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B7C; }
p { color: rgb(222,27,124); }
H1.HeaderClassName
{
color: #DE1B7C;
}
.AnyTagClassName
{
color: #DE1B7C;
}
</style>
background-color css
<style>
a { background-color: #DE1B7C; }
a { background-color: rgb(222,27,124); }
div.DivClassName
{
background-color: #DE1B7C;
}
.BgClassName
{
background-color: #DE1B7C;
}
</style>
border-color css
<style>
span { border-color: #DE1B7C; }
span { border-color: rgb(222,27,124); }
td.TdClassName
{
border-color: #DE1B7C;
}
.TagClassName
{
border-color: #DE1B7C;
}
</style>