Shades of Deep Cerise #DE3978
Tints of Deep Cerise #DE3978
RGB
CMYK
RGB Variations
Color information
#DE3978 (or 0xDE3978) is known color: Deep Cerise. HEX triplet: DE, 39 and 78. RGB value is (222,57,120). Sum of RGB (Red+Green+Blue) = 222+57+120=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3978 is #21C687. Grayscale: #717171. Windows color (decimal): -2213512 or 7879134. OLE color: 7879134.
HSL color Cylindrical-coordinate representation of color #DE3978: hue angle of 337.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3978 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 120 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.13 |
| HSL | 337.09º | 0.71% | 0.55% | - |
| HSV(B) | 337.09º | 0.74% | 0.87% | - |
| XYZ | 34.98 | 19.81 | 19.75 | - |
| YUV | 113.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 120 | 0 | 0.74 | 0.46 | 0.13 | 337.09 | 0.71 | 0.55 |
| Hex | DE | 39 | 78 | 0 | 4A | 2E | D | 151 | 47 | 37 |
| Octal | 336 | 71 | 170 | 0 | 112 | 56 | 15 | 521 | 107 | 67 |
| Binary | 11011110 | 111001 | 1111000 | 0 | 1001010 | 101110 | 1101 | 101010001 | 1000111 | 110111 |
Color Harmonies of #DE3978
Complementary color
Monochromatic Colors of #DE3978
Black with #DE3978
Text Example
Text Example
White with #DE3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3978; }
p { color: rgb(222,57,120); }
H1.HeaderClassName
{
color: #DE3978;
}
.AnyTagClassName
{
color: #DE3978;
}
</style>
background-color css
<style>
a { background-color: #DE3978; }
a { background-color: rgb(222,57,120); }
div.DivClassName
{
background-color: #DE3978;
}
.BgClassName
{
background-color: #DE3978;
}
</style>
border-color css
<style>
span { border-color: #DE3978; }
span { border-color: rgb(222,57,120); }
td.TdClassName
{
border-color: #DE3978;
}
.TagClassName
{
border-color: #DE3978;
}
</style>