Shades of Deep Cerise #DE30A2
Tints of Deep Cerise #DE30A2
RGB
CMYK
RGB Variations
Color information
#DE30A2 (or 0xDE30A2) is known color: Deep Cerise. HEX triplet: DE, 30 and A2. RGB value is (222,48,162). Sum of RGB (Red+Green+Blue) = 222+48+162=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE30A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE30A2 is #21CF5D. Grayscale: #707070. Windows color (decimal): -2215774 or 10629342. OLE color: 10629342.
HSL color Cylindrical-coordinate representation of color #DE30A2: hue angle of 320.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE30A2 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 162 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.13 |
| HSL | 320.69º | 0.73% | 0.53% | - |
| HSV(B) | 320.69º | 0.78% | 0.87% | - |
| XYZ | 37.7 | 20.25 | 36.1 | - |
| YUV | 113.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 162 | 0 | 0.78 | 0.27 | 0.13 | 320.69 | 0.73 | 0.53 |
| Hex | DE | 30 | A2 | 0 | 4E | 1B | D | 141 | 48 | 35 |
| Octal | 336 | 60 | 242 | 0 | 116 | 33 | 15 | 501 | 110 | 65 |
| Binary | 11011110 | 110000 | 10100010 | 0 | 1001110 | 11011 | 1101 | 101000001 | 1001000 | 110101 |
Color Harmonies of #DE30A2
Complementary color
Monochromatic Colors of #DE30A2
Black with #DE30A2
Text Example
Text Example
White with #DE30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE30A2; }
p { color: rgb(222,48,162); }
H1.HeaderClassName
{
color: #DE30A2;
}
.AnyTagClassName
{
color: #DE30A2;
}
</style>
background-color css
<style>
a { background-color: #DE30A2; }
a { background-color: rgb(222,48,162); }
div.DivClassName
{
background-color: #DE30A2;
}
.BgClassName
{
background-color: #DE30A2;
}
</style>
border-color css
<style>
span { border-color: #DE30A2; }
span { border-color: rgb(222,48,162); }
td.TdClassName
{
border-color: #DE30A2;
}
.TagClassName
{
border-color: #DE30A2;
}
</style>