Shades of Deep Cerise #DE3080
Tints of Deep Cerise #DE3080
RGB
CMYK
RGB Variations
Color information
#DE3080 (or 0xDE3080) is known color: Deep Cerise. HEX triplet: DE, 30 and 80. RGB value is (222,48,128). Sum of RGB (Red+Green+Blue) = 222+48+128=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3080 is #21CF7F. Grayscale: #6C6C6C. Windows color (decimal): -2215808 or 8401118. OLE color: 8401118.
HSL color Cylindrical-coordinate representation of color #DE3080: hue angle of 332.41º 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 #DE3080 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 128 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.13 |
| HSL | 332.41º | 0.73% | 0.53% | - |
| HSV(B) | 332.41º | 0.78% | 0.87% | - |
| XYZ | 35.08 | 19.2 | 22.28 | - |
| YUV | 109.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 128 | 0 | 0.78 | 0.42 | 0.13 | 332.41 | 0.73 | 0.53 |
| Hex | DE | 30 | 80 | 0 | 4E | 2A | D | 14C | 48 | 35 |
| Octal | 336 | 60 | 200 | 0 | 116 | 52 | 15 | 514 | 110 | 65 |
| Binary | 11011110 | 110000 | 10000000 | 0 | 1001110 | 101010 | 1101 | 101001100 | 1001000 | 110101 |
Color Harmonies of #DE3080
Complementary color
Monochromatic Colors of #DE3080
Black with #DE3080
Text Example
Text Example
White with #DE3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3080; }
p { color: rgb(222,48,128); }
H1.HeaderClassName
{
color: #DE3080;
}
.AnyTagClassName
{
color: #DE3080;
}
</style>
background-color css
<style>
a { background-color: #DE3080; }
a { background-color: rgb(222,48,128); }
div.DivClassName
{
background-color: #DE3080;
}
.BgClassName
{
background-color: #DE3080;
}
</style>
border-color css
<style>
span { border-color: #DE3080; }
span { border-color: rgb(222,48,128); }
td.TdClassName
{
border-color: #DE3080;
}
.TagClassName
{
border-color: #DE3080;
}
</style>