#DE3163

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

Shades of Cerise #DE3163

Tints of Cerise #DE3163

Color information

#DE3163 (or 0xDE3163) is unknown color: approx Cerise. HEX triplet: DE, 31 and 63. RGB value is (222,49,99). Sum of RGB (Red+Green+Blue) = 222+49+99=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3163 is #21CE9C. Grayscale: #6A6A6A. Windows color (decimal): -2215581 or 6500830. OLE color: 6500830.

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

Color convert

RGB2224999-
CMYK00.780.550.13
HSL342.66º72.38%53.14%-
HSV(B)342.66º77.93%87.06%-
XYZ33.4718.6313.64-
YUV106.43123.81210.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=60%
G=13.24%
B=26.76%

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
Decimal222499900.780.550.13342.6672.3853.14
HexDE316304E37D1574835
Octal336611430116671552711065
Binary1101111011000111000110100111011011111011010101111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3163; }

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

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

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

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

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

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

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

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