Shades of Deep Cerise #DE2E7B
Tints of Deep Cerise #DE2E7B
RGB
CMYK
RGB Variations
Color information
#DE2E7B (or 0xDE2E7B) is known color: Deep Cerise. HEX triplet: DE, 2E and 7B. RGB value is (222,46,123). Sum of RGB (Red+Green+Blue) = 222+46+123=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2E7B is #21D184. Grayscale: #6B6B6B. Windows color (decimal): -2216325 or 8072926. OLE color: 8072926.
HSL color Cylindrical-coordinate representation of color #DE2E7B: hue angle of 333.75º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2E7B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 123 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.13 |
| HSL | 333.75º | 0.73% | 0.53% | - |
| HSV(B) | 333.75º | 0.79% | 0.87% | - |
| XYZ | 34.68 | 18.91 | 20.56 | - |
| YUV | 107.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 123 | 0 | 0.79 | 0.45 | 0.13 | 333.75 | 0.73 | 0.53 |
| Hex | DE | 2E | 7B | 0 | 4F | 2D | D | 14E | 49 | 35 |
| Octal | 336 | 56 | 173 | 0 | 117 | 55 | 15 | 516 | 111 | 65 |
| Binary | 11011110 | 101110 | 1111011 | 0 | 1001111 | 101101 | 1101 | 101001110 | 1001001 | 110101 |
Color Harmonies of #DE2E7B
Complementary color
Monochromatic Colors of #DE2E7B
Black with #DE2E7B
Text Example
Text Example
White with #DE2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2E7B; }
p { color: rgb(222,46,123); }
H1.HeaderClassName
{
color: #DE2E7B;
}
.AnyTagClassName
{
color: #DE2E7B;
}
</style>
background-color css
<style>
a { background-color: #DE2E7B; }
a { background-color: rgb(222,46,123); }
div.DivClassName
{
background-color: #DE2E7B;
}
.BgClassName
{
background-color: #DE2E7B;
}
</style>
border-color css
<style>
span { border-color: #DE2E7B; }
span { border-color: rgb(222,46,123); }
td.TdClassName
{
border-color: #DE2E7B;
}
.TagClassName
{
border-color: #DE2E7B;
}
</style>