#de445d

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

Shades of Cerise #DE445D

Tints of Cerise #DE445D

Color information

#DE445D (or 0xDE445D) is unknown color: approx Cerise. HEX triplet: DE, 44 and 5D. RGB value is (222,68,93). Sum of RGB (Red+Green+Blue) = 222+68+93=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE445D is #21BBA2. Grayscale: #747474. Windows color (decimal): -2210723 or 6112478. OLE color: 6112478.

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

Color convert

RGB2226893-
CMYK00.690.580.13
HSL350.26º70%56.86%-
HSV(B)350.26º69.37%87.06%-
XYZ34.1720.4512.5-
YUV116.9114.52202.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.96%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=57.96%
G=17.75%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222689300.690.580.13350.267056.86
HexDE445D0453AD15e4639
Octal3361041350105721553610671
Binary11011110100010010111010100010111101011011010111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de445d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de445d; }

 p { color: rgb(222,68,93); }

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

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

 a { background-color: rgb(222,68,93); }

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

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

 span { border-color: rgb(222,68,93); }

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