#de397e

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

Shades of Deep Cerise #DE397E

Tints of Deep Cerise #DE397E

Color information

#DE397E (or 0xDE397E) is unknown color: approx Deep Cerise. HEX triplet: DE, 39 and 7E. RGB value is (222,57,126). Sum of RGB (Red+Green+Blue) = 222+57+126=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE397E is #21C681. Grayscale: #727272. Windows color (decimal): -2213506 or 8272350. OLE color: 8272350.

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

Color convert

RGB22257126-
CMYK00.740.430.13
HSL334.91º71.43%54.71%-
HSV(B)334.91º74.32%87.06%-
XYZ35.3519.9621.73-
YUV114.2134.66204.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=54.81%
G=14.07%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225712600.740.430.13334.9171.4354.71
HexDE397E04A2BD14f4737
Octal336711760112531551710767
Binary1101111011100111111100100101010101111011010011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de397e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de397e; }

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

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

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

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

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

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

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

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