#DE3377

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

Shades of Deep Cerise #DE3377

Tints of Deep Cerise #DE3377

Color information

#DE3377 (or 0xDE3377) is unknown color: approx Deep Cerise. HEX triplet: DE, 33 and 77. RGB value is (222,51,119). Sum of RGB (Red+Green+Blue) = 222+51+119=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3377 is #21CC88. Grayscale: #6D6D6D. Windows color (decimal): -2215049 or 7812062. OLE color: 7812062.

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

Color convert

RGB22251119-
CMYK00.770.460.13
HSL336.14º72.15%53.53%-
HSV(B)336.14º77.03%87.06%-
XYZ34.6419.2319.34-
YUV109.88133.15207.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.63%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=56.63%
G=13.01%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225111900.770.460.13336.1472.1553.53
HexDE337704D2ED1504836
Octal336631670115561552011066
Binary1101111011001111101110100110110111011011010100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3377; }

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

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

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

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

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

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

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

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