Shades of Deep Cerise #DE4286
Tints of Deep Cerise #DE4286
RGB
CMYK
RGB Variations
Color information
#DE4286 (or 0xDE4286) is known color: Deep Cerise. HEX triplet: DE, 42 and 86. RGB value is (222,66,134). Sum of RGB (Red+Green+Blue) = 222+66+134=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4286 is #21BD79. Grayscale: #787878. Windows color (decimal): -2211194 or 8798942. OLE color: 8798942.
HSL color Cylindrical-coordinate representation of color #DE4286: hue angle of 333.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4286 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 134 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.13 |
| HSL | 333.85º | 0.7% | 0.56% | - |
| HSV(B) | 333.85º | 0.7% | 0.87% | - |
| XYZ | 36.38 | 21.15 | 24.72 | - |
| YUV | 120.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 134 | 0 | 0.70 | 0.40 | 0.13 | 333.85 | 0.7 | 0.56 |
| Hex | DE | 42 | 86 | 0 | 46 | 28 | D | 14E | 46 | 38 |
| Octal | 336 | 102 | 206 | 0 | 106 | 50 | 15 | 516 | 106 | 70 |
| Binary | 11011110 | 1000010 | 10000110 | 0 | 1000110 | 101000 | 1101 | 101001110 | 1000110 | 111000 |
Color Harmonies of #DE4286
Complementary color
Monochromatic Colors of #DE4286
Black with #DE4286
Text Example
Text Example
White with #DE4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4286; }
p { color: rgb(222,66,134); }
H1.HeaderClassName
{
color: #DE4286;
}
.AnyTagClassName
{
color: #DE4286;
}
</style>
background-color css
<style>
a { background-color: #DE4286; }
a { background-color: rgb(222,66,134); }
div.DivClassName
{
background-color: #DE4286;
}
.BgClassName
{
background-color: #DE4286;
}
</style>
border-color css
<style>
span { border-color: #DE4286; }
span { border-color: rgb(222,66,134); }
td.TdClassName
{
border-color: #DE4286;
}
.TagClassName
{
border-color: #DE4286;
}
</style>