#DE3E7D

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

Shades of Deep Cerise #DE3E7D

Tints of Deep Cerise #DE3E7D

Color information

#DE3E7D (or 0xDE3E7D) is unknown color: approx Deep Cerise. HEX triplet: DE, 3E and 7D. RGB value is (222,62,125). Sum of RGB (Red+Green+Blue) = 222+62+125=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E7D is #21C182. Grayscale: #747474. Windows color (decimal): -2212227 or 8208094. OLE color: 8208094.

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

Color convert

RGB22262125-
CMYK00.720.440.13
HSL336.38º70.8%55.69%-
HSV(B)336.38º72.07%87.06%-
XYZ35.5520.4621.48-
YUV117.02132.51202.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 62 (24.61% from 255) = 15.16%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=54.28%
G=15.16%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226212500.720.440.13336.3870.855.69
HexDE3E7D0482CD1504738
Octal336761750110541552010770
Binary1101111011111011111010100100010110011011010100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3E7D; }

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

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

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

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

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

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

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

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