Shades of Deep Cerise #DE367E
Tints of Deep Cerise #DE367E
RGB
CMYK
RGB Variations
Color information
#DE367E (or 0xDE367E) is known color: Deep Cerise. HEX triplet: DE, 36 and 7E. RGB value is (222,54,126). Sum of RGB (Red+Green+Blue) = 222+54+126=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE367E is #21C981. Grayscale: #707070. Windows color (decimal): -2214274 or 8271582. OLE color: 8271582.
HSL color Cylindrical-coordinate representation of color #DE367E: hue angle of 334.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE367E is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 126 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.13 |
| HSL | 334.29º | 0.72% | 0.54% | - |
| HSV(B) | 334.29º | 0.76% | 0.87% | - |
| XYZ | 35.21 | 19.67 | 21.68 | - |
| YUV | 112.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 126 | 0 | 0.76 | 0.43 | 0.13 | 334.29 | 0.72 | 0.54 |
| Hex | DE | 36 | 7E | 0 | 4C | 2B | D | 14E | 48 | 36 |
| Octal | 336 | 66 | 176 | 0 | 114 | 53 | 15 | 516 | 110 | 66 |
| Binary | 11011110 | 110110 | 1111110 | 0 | 1001100 | 101011 | 1101 | 101001110 | 1001000 | 110110 |
Color Harmonies of #DE367E
Complementary color
Monochromatic Colors of #DE367E
Black with #DE367E
Text Example
Text Example
White with #DE367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE367E; }
p { color: rgb(222,54,126); }
H1.HeaderClassName
{
color: #DE367E;
}
.AnyTagClassName
{
color: #DE367E;
}
</style>
background-color css
<style>
a { background-color: #DE367E; }
a { background-color: rgb(222,54,126); }
div.DivClassName
{
background-color: #DE367E;
}
.BgClassName
{
background-color: #DE367E;
}
</style>
border-color css
<style>
span { border-color: #DE367E; }
span { border-color: rgb(222,54,126); }
td.TdClassName
{
border-color: #DE367E;
}
.TagClassName
{
border-color: #DE367E;
}
</style>