#DE3C5A

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

Shades of Cerise #DE3C5A

Tints of Cerise #DE3C5A

Color information

#DE3C5A (or 0xDE3C5A) is unknown color: approx Cerise. HEX triplet: DE, 3C and 5A. RGB value is (222,60,90). Sum of RGB (Red+Green+Blue) = 222+60+90=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C5A is #21C3A5. Grayscale: #6F6F6F. Windows color (decimal): -2212774 or 5913822. OLE color: 5913822.

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

Color convert

RGB2226090-
CMYK00.730.590.13
HSL348.89º71.05%55.29%-
HSV(B)348.89º72.97%87.06%-
XYZ33.5919.511.67-
YUV111.86115.67206.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=59.68%
G=16.13%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222609000.730.590.13348.8971.0555.29
HexDE3C5A0493BD15d4737
Octal336741320111731553510767
Binary1101111011110010110100100100111101111011010111011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3C5A; }

 p { color: rgb(222,60,90); }

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

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

 a { background-color: rgb(222,60,90); }

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

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

 span { border-color: rgb(222,60,90); }

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