#DE3378

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

Shades of Deep Cerise #DE3378

Tints of Deep Cerise #DE3378

Color information

#DE3378 (or 0xDE3378) is unknown color: approx Deep Cerise. HEX triplet: DE, 33 and 78. RGB value is (222,51,120). Sum of RGB (Red+Green+Blue) = 222+51+120=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3378 is #21CC87. Grayscale: #6D6D6D. Windows color (decimal): -2215048 or 7877598. OLE color: 7877598.

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

Color convert

RGB22251120-
CMYK00.770.460.13
HSL335.79º72.15%53.53%-
HSV(B)335.79º77.03%87.06%-
XYZ34.719.2519.66-
YUV110133.65207.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=56.49%
G=12.98%
B=30.53%

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
Decimal2225112000.770.460.13335.7972.1553.53
HexDE337804D2ED1504836
Octal336631700115561552011066
Binary1101111011001111110000100110110111011011010100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3378; }

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

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

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

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

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

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

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

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