#DE3978

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

Shades of Deep Cerise #DE3978

Tints of Deep Cerise #DE3978

Color information

#DE3978 (or 0xDE3978) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and 78. RGB value is (222,57,120). Sum of RGB (Red+Green+Blue) = 222+57+120=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3978 is #21C687. Grayscale: #717171. Windows color (decimal): -2213512 or 7879134. OLE color: 7879134.

HSL color Cylindrical-coordinate representation of color #DE3978: hue angle of 337.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3978 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22257120-
CMYK00.740.460.13
HSL337.09º71.43%54.71%-
HSV(B)337.09º74.32%87.06%-
XYZ34.9819.8119.75-
YUV113.52131.66205.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=55.64%
G=14.29%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225712000.740.460.13337.0971.4354.71
HexDE397804A2ED1514737
Octal336711700112561552110767
Binary1101111011100111110000100101010111011011010100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3978; }

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

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

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

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

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

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

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

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