Shades of Deep Cerise #DE2B7A
Tints of Deep Cerise #DE2B7A
RGB
CMYK
RGB Variations
Color information
#DE2B7A (or 0xDE2B7A) is known color: Deep Cerise. HEX triplet: DE, 2B and 7A. RGB value is (222,43,122). Sum of RGB (Red+Green+Blue) = 222+43+122=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B7A is #21D485. Grayscale: #696969. Windows color (decimal): -2217094 or 8006622. OLE color: 8006622.
HSL color Cylindrical-coordinate representation of color #DE2B7A: hue angle of 333.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2B7A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 43 | 122 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.13 |
| HSL | 333.52º | 0.73% | 0.52% | - |
| HSV(B) | 333.52º | 0.81% | 0.87% | - |
| XYZ | 34.5 | 18.66 | 20.2 | - |
| YUV | 105.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 43 | 122 | 0 | 0.81 | 0.45 | 0.13 | 333.52 | 0.73 | 0.52 |
| Hex | DE | 2B | 7A | 0 | 51 | 2D | D | 14E | 49 | 34 |
| Octal | 336 | 53 | 172 | 0 | 121 | 55 | 15 | 516 | 111 | 64 |
| Binary | 11011110 | 101011 | 1111010 | 0 | 1010001 | 101101 | 1101 | 101001110 | 1001001 | 110100 |
Color Harmonies of #DE2B7A
Complementary color
Monochromatic Colors of #DE2B7A
Black with #DE2B7A
Text Example
Text Example
White with #DE2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2B7A; }
p { color: rgb(222,43,122); }
H1.HeaderClassName
{
color: #DE2B7A;
}
.AnyTagClassName
{
color: #DE2B7A;
}
</style>
background-color css
<style>
a { background-color: #DE2B7A; }
a { background-color: rgb(222,43,122); }
div.DivClassName
{
background-color: #DE2B7A;
}
.BgClassName
{
background-color: #DE2B7A;
}
</style>
border-color css
<style>
span { border-color: #DE2B7A; }
span { border-color: rgb(222,43,122); }
td.TdClassName
{
border-color: #DE2B7A;
}
.TagClassName
{
border-color: #DE2B7A;
}
</style>