#DE397A

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

Shades of Deep Cerise #DE397A

Tints of Deep Cerise #DE397A

Color information

#DE397A (or 0xDE397A) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and 7A. RGB value is (222,57,122). Sum of RGB (Red+Green+Blue) = 222+57+122=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE397A is #21C685. Grayscale: #717171. Windows color (decimal): -2213510 or 8010206. OLE color: 8010206.

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

Color convert

RGB22257122-
CMYK00.740.450.13
HSL336.36º71.43%54.71%-
HSV(B)336.36º74.32%87.06%-
XYZ35.119.8620.4-
YUV113.74132.66205.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=55.36%
G=14.21%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225712200.740.450.13336.3671.4354.71
HexDE397A04A2DD1504737
Octal336711720112551552010767
Binary1101111011100111110100100101010110111011010100001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE397A; }

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

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

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

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

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

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

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

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