#DE397D

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

Shades of Deep Cerise #DE397D

Tints of Deep Cerise #DE397D

Color information

#DE397D (or 0xDE397D) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and 7D. RGB value is (222,57,125). Sum of RGB (Red+Green+Blue) = 222+57+125=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE397D is #21C682. Grayscale: #717171. Windows color (decimal): -2213507 or 8206814. OLE color: 8206814.

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

Color convert

RGB22257125-
CMYK00.740.440.13
HSL335.27º71.43%54.71%-
HSV(B)335.27º74.32%87.06%-
XYZ35.2919.9421.39-
YUV114.09134.16204.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.95%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=54.95%
G=14.11%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225712500.740.440.13335.2771.4354.71
HexDE397D04A2CD14f4737
Octal336711750112541551710767
Binary1101111011100111111010100101010110011011010011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE397D; }

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

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

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

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

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

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

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

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