#DE3E95

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

Shades of Deep Cerise #DE3E95

Tints of Deep Cerise #DE3E95

Color information

#DE3E95 (or 0xDE3E95) is unknown color: approx Deep Cerise. HEX triplet: DE, 3E and 95. RGB value is (222,62,149). Sum of RGB (Red+Green+Blue) = 222+62+149=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3E95 is #21C16A. Grayscale: #777777. Windows color (decimal): -2212203 or 9780958. OLE color: 9780958.

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

Color convert

RGB22262149-
CMYK00.720.330.13
HSL327.38º70.8%55.69%-
HSV(B)327.38º72.07%87.06%-
XYZ37.2721.1430.55-
YUV119.76144.51200.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 62 (24.61% from 255) = 14.32%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=51.27%
G=14.32%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226214900.720.330.13327.3870.855.69
HexDE3E9504821D1474738
Octal336762250110411550710770
Binary11011110111110100101010100100010000111011010001111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E95; }

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

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

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

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

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

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

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

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