Shades of Deep Cerise #DE3C9D
Tints of Deep Cerise #DE3C9D
RGB
CMYK
RGB Variations
Color information
#DE3C9D (or 0xDE3C9D) is known color: Deep Cerise. HEX triplet: DE, 3C and 9D. RGB value is (222,60,157). Sum of RGB (Red+Green+Blue) = 222+60+157=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3C9D is #21C362. Grayscale: #777777. Windows color (decimal): -2212707 or 10304734. OLE color: 10304734.
HSL color Cylindrical-coordinate representation of color #DE3C9D: hue angle of 324.07º 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 #DE3C9D is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 157 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.13 |
| HSL | 324.07º | 0.71% | 0.55% | - |
| HSV(B) | 324.07º | 0.73% | 0.87% | - |
| XYZ | 37.83 | 21.2 | 34 | - |
| YUV | 119.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 157 | 0 | 0.73 | 0.29 | 0.13 | 324.07 | 0.71 | 0.55 |
| Hex | DE | 3C | 9D | 0 | 49 | 1D | D | 144 | 47 | 37 |
| Octal | 336 | 74 | 235 | 0 | 111 | 35 | 15 | 504 | 107 | 67 |
| Binary | 11011110 | 111100 | 10011101 | 0 | 1001001 | 11101 | 1101 | 101000100 | 1000111 | 110111 |
Color Harmonies of #DE3C9D
Complementary color
Monochromatic Colors of #DE3C9D
Black with #DE3C9D
Text Example
Text Example
White with #DE3C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C9D; }
p { color: rgb(222,60,157); }
H1.HeaderClassName
{
color: #DE3C9D;
}
.AnyTagClassName
{
color: #DE3C9D;
}
</style>
background-color css
<style>
a { background-color: #DE3C9D; }
a { background-color: rgb(222,60,157); }
div.DivClassName
{
background-color: #DE3C9D;
}
.BgClassName
{
background-color: #DE3C9D;
}
</style>
border-color css
<style>
span { border-color: #DE3C9D; }
span { border-color: rgb(222,60,157); }
td.TdClassName
{
border-color: #DE3C9D;
}
.TagClassName
{
border-color: #DE3C9D;
}
</style>