#DE3164

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

Shades of Cerise #DE3164

Tints of Cerise #DE3164

Color information

#DE3164 (or 0xDE3164) is unknown color: approx Cerise. HEX triplet: DE, 31 and 64. RGB value is (222,49,100). Sum of RGB (Red+Green+Blue) = 222+49+100=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3164 is #21CE9B. Grayscale: #6A6A6A. Windows color (decimal): -2215580 or 6566366. OLE color: 6566366.

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

Color convert

RGB22249100-
CMYK00.780.550.13
HSL342.31º72.38%53.14%-
HSV(B)342.31º77.93%87.06%-
XYZ33.5218.6513.89-
YUV106.54124.31210.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=59.84%
G=13.21%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224910000.780.550.13342.3172.3853.14
HexDE316404E37D1564835
Octal336611440116671552611065
Binary1101111011000111001000100111011011111011010101101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3164; }

 p { color: rgb(222,49,100); }

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

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

 a { background-color: rgb(222,49,100); }

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

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

 span { border-color: rgb(222,49,100); }

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