#DE3C8E

Color #DE3C8E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DE3C8E

Tints of Deep Cerise #DE3C8E

Color information

#DE3C8E (or 0xDE3C8E) is unknown color: approx Deep Cerise. HEX triplet: DE, 3C and 8E. RGB value is (222,60,142). Sum of RGB (Red+Green+Blue) = 222+60+142=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3C8E is #21C371. Grayscale: #757575. Windows color (decimal): -2212722 or 9321694. OLE color: 9321694.

HSL color Cylindrical-coordinate representation of color #DE3C8E: hue angle of 329.63º 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 #DE3C8E is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22260142-
CMYK00.730.360.13
HSL329.63º71.05%55.29%-
HSV(B)329.63º72.97%87.06%-
XYZ36.6220.7127.66-
YUV117.79141.67202.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 60 (23.83% from 255) = 14.15%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=52.36%
G=14.15%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226014200.730.360.13329.6371.0555.29
HexDE3C8E04924D14a4737
Octal336742160111441551210767
Binary11011110111100100011100100100110010011011010010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3C8E; }

 p { color: rgb(222,60,142); }

 H1.HeaderClassName
 {
   color: #DE3C8E;
 }
 .AnyTagClassName
 {
   color: #DE3C8E;
 }
</style>
background-color css

<style>
 a { background-color: #DE3C8E; }

 a { background-color: rgb(222,60,142); }

 div.DivClassName
 {
   background-color: #DE3C8E;
 }
 .BgClassName
 {
   background-color: #DE3C8E;
 }
</style>
border-color css

<style>
 span { border-color: #DE3C8E; }

 span { border-color: rgb(222,60,142); }

 td.TdClassName
 {
   border-color: #DE3C8E;
 }
 .TagClassName
 {
   border-color: #DE3C8E;
 }
</style>