#DE375E

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

Shades of Cerise #DE375E

Tints of Cerise #DE375E

Color information

#DE375E (or 0xDE375E) is unknown color: approx Cerise. HEX triplet: DE, 37 and 5E. RGB value is (222,55,94). Sum of RGB (Red+Green+Blue) = 222+55+94=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE375E is #21C8A1. Grayscale: #6D6D6D. Windows color (decimal): -2214050 or 6174686. OLE color: 6174686.

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

Color convert

RGB2225594-
CMYK00.750.580.13
HSL345.99º71.67%54.31%-
HSV(B)345.99º75.23%87.06%-
XYZ33.5119.0712.5-
YUV109.38119.33208.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=59.84%
G=14.82%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222559400.750.580.13345.9971.6754.31
HexDE375E04B3AD15a4836
Octal336671360113721553211066
Binary1101111011011110111100100101111101011011010110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE375E; }

 p { color: rgb(222,55,94); }

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

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

 a { background-color: rgb(222,55,94); }

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

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

 span { border-color: rgb(222,55,94); }

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