#DE3E81

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

Shades of Deep Cerise #DE3E81

Tints of Deep Cerise #DE3E81

Color information

#DE3E81 (or 0xDE3E81) is unknown color: approx Deep Cerise. HEX triplet: DE, 3E and 81. RGB value is (222,62,129). Sum of RGB (Red+Green+Blue) = 222+62+129=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3E81 is #21C17E. Grayscale: #757575. Windows color (decimal): -2212223 or 8470238. OLE color: 8470238.

HSL color Cylindrical-coordinate representation of color #DE3E81: hue angle of 334.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3E81 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22262129-
CMYK00.720.420.13
HSL334.88º70.8%55.69%-
HSV(B)334.88º72.07%87.06%-
XYZ35.8120.5622.85-
YUV117.48134.51202.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.75%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=53.75%
G=15.01%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226212900.720.420.13334.8870.855.69
HexDE3E810482AD14f4738
Octal336762010110521551710770
Binary11011110111110100000010100100010101011011010011111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E81; }

 p { color: rgb(222,62,129); }

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

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

 a { background-color: rgb(222,62,129); }

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

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

 span { border-color: rgb(222,62,129); }

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