#DE3162

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

Shades of Cerise #DE3162

Tints of Cerise #DE3162

Color information

#DE3162 (or 0xDE3162) is unknown color: approx Cerise. HEX triplet: DE, 31 and 62. RGB value is (222,49,98). Sum of RGB (Red+Green+Blue) = 222+49+98=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3162 is #21CE9D. Grayscale: #6A6A6A. Windows color (decimal): -2215582 or 6435294. OLE color: 6435294.

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

Color convert

RGB2224998-
CMYK00.780.560.13
HSL343.01º72.38%53.14%-
HSV(B)343.01º77.93%87.06%-
XYZ33.4318.6113.39-
YUV106.31123.31210.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.16%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=60.16%
G=13.28%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222499800.780.560.13343.0172.3853.14
HexDE316204E38D1574835
Octal336611420116701552711065
Binary1101111011000111000100100111011100011011010101111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3162; }

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

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

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

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

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

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

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

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