#DE3E9B

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

Shades of Deep Cerise #DE3E9B

Tints of Deep Cerise #DE3E9B

Color information

#DE3E9B (or 0xDE3E9B) is unknown color: approx Deep Cerise. HEX triplet: DE, 3E and 9B. RGB value is (222,62,155). Sum of RGB (Red+Green+Blue) = 222+62+155=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3E9B is #21C164. Grayscale: #787878. Windows color (decimal): -2212197 or 10174174. OLE color: 10174174.

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

Color convert

RGB22262155-
CMYK00.720.300.13
HSL325.12º70.8%55.69%-
HSV(B)325.12º72.07%87.06%-
XYZ37.7621.3433.14-
YUV120.44147.51200.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 62 (24.61% from 255) = 14.12%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=50.57%
G=14.12%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226215500.720.300.13325.1270.855.69
HexDE3E9B0481ED1454738
Octal336762330110361550510770
Binary1101111011111010011011010010001111011011010001011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E9B; }

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

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

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

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

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

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

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

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