#DE3366

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

Shades of Cerise #DE3366

Tints of Cerise #DE3366

Color information

#DE3366 (or 0xDE3366) is unknown color: approx Cerise. HEX triplet: DE, 33 and 66. RGB value is (222,51,102). Sum of RGB (Red+Green+Blue) = 222+51+102=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3366 is #21CC99. Grayscale: #6B6B6B. Windows color (decimal): -2215066 or 6697950. OLE color: 6697950.

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

Color convert

RGB22251102-
CMYK00.770.540.13
HSL342.11º72.15%53.53%-
HSV(B)342.11º77.03%87.06%-
XYZ33.7118.8614.43-
YUV107.94124.65209.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.2%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=59.2%
G=13.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225110200.770.540.13342.1172.1553.53
HexDE336604D36D1564836
Octal336631460115661552611066
Binary1101111011001111001100100110111011011011010101101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3366; }

 p { color: rgb(222,51,102); }

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

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

 a { background-color: rgb(222,51,102); }

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

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

 span { border-color: rgb(222,51,102); }

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