Shades of Deep Cerise #DE3C9F
Tints of Deep Cerise #DE3C9F
RGB
CMYK
RGB Variations
Color information
#DE3C9F (or 0xDE3C9F) is known color: Deep Cerise. HEX triplet: DE, 3C and 9F. RGB value is (222,60,159). Sum of RGB (Red+Green+Blue) = 222+60+159=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3C9F is #21C360. Grayscale: #777777. Windows color (decimal): -2212705 or 10435806. OLE color: 10435806.
HSL color Cylindrical-coordinate representation of color #DE3C9F: hue angle of 323.33º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3C9F is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 159 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.13 |
| HSL | 323.33º | 0.71% | 0.55% | - |
| HSV(B) | 323.33º | 0.73% | 0.87% | - |
| XYZ | 38 | 21.26 | 34.9 | - |
| YUV | 119.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 159 | 0 | 0.73 | 0.28 | 0.13 | 323.33 | 0.71 | 0.55 |
| Hex | DE | 3C | 9F | 0 | 49 | 1C | D | 143 | 47 | 37 |
| Octal | 336 | 74 | 237 | 0 | 111 | 34 | 15 | 503 | 107 | 67 |
| Binary | 11011110 | 111100 | 10011111 | 0 | 1001001 | 11100 | 1101 | 101000011 | 1000111 | 110111 |
Color Harmonies of #DE3C9F
Complementary color
Monochromatic Colors of #DE3C9F
Black with #DE3C9F
Text Example
Text Example
White with #DE3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C9F; }
p { color: rgb(222,60,159); }
H1.HeaderClassName
{
color: #DE3C9F;
}
.AnyTagClassName
{
color: #DE3C9F;
}
</style>
background-color css
<style>
a { background-color: #DE3C9F; }
a { background-color: rgb(222,60,159); }
div.DivClassName
{
background-color: #DE3C9F;
}
.BgClassName
{
background-color: #DE3C9F;
}
</style>
border-color css
<style>
span { border-color: #DE3C9F; }
span { border-color: rgb(222,60,159); }
td.TdClassName
{
border-color: #DE3C9F;
}
.TagClassName
{
border-color: #DE3C9F;
}
</style>