Shades of Deep Cerise #DE2686
Tints of Deep Cerise #DE2686
RGB
CMYK
RGB Variations
Color information
#DE2686 (or 0xDE2686) is known color: Deep Cerise. HEX triplet: DE, 26 and 86. RGB value is (222,38,134). Sum of RGB (Red+Green+Blue) = 222+38+134=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2686 is #21D979. Grayscale: #676767. Windows color (decimal): -2218362 or 8791774. OLE color: 8791774.
HSL color Cylindrical-coordinate representation of color #DE2686: hue angle of 328.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2686 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 134 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.13 |
| HSL | 328.7º | 0.74% | 0.51% | - |
| HSV(B) | 328.7º | 0.83% | 0.87% | - |
| XYZ | 35.12 | 18.64 | 24.3 | - |
| YUV | 103.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 134 | 0 | 0.83 | 0.40 | 0.13 | 328.7 | 0.74 | 0.51 |
| Hex | DE | 26 | 86 | 0 | 53 | 28 | D | 149 | 4A | 33 |
| Octal | 336 | 46 | 206 | 0 | 123 | 50 | 15 | 511 | 112 | 63 |
| Binary | 11011110 | 100110 | 10000110 | 0 | 1010011 | 101000 | 1101 | 101001001 | 1001010 | 110011 |
Color Harmonies of #DE2686
Complementary color
Monochromatic Colors of #DE2686
Black with #DE2686
Text Example
Text Example
White with #DE2686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2686; }
p { color: rgb(222,38,134); }
H1.HeaderClassName
{
color: #DE2686;
}
.AnyTagClassName
{
color: #DE2686;
}
</style>
background-color css
<style>
a { background-color: #DE2686; }
a { background-color: rgb(222,38,134); }
div.DivClassName
{
background-color: #DE2686;
}
.BgClassName
{
background-color: #DE2686;
}
</style>
border-color css
<style>
span { border-color: #DE2686; }
span { border-color: rgb(222,38,134); }
td.TdClassName
{
border-color: #DE2686;
}
.TagClassName
{
border-color: #DE2686;
}
</style>