#DE425D

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

Shades of Cerise #DE425D

Tints of Cerise #DE425D

Color information

#DE425D (or 0xDE425D) is unknown color: approx Cerise. HEX triplet: DE, 42 and 5D. RGB value is (222,66,93). Sum of RGB (Red+Green+Blue) = 222+66+93=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE425D is #21BDA2. Grayscale: #737373. Windows color (decimal): -2211235 or 6111966. OLE color: 6111966.

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

Color convert

RGB2226693-
CMYK00.700.580.13
HSL349.62º70.27%56.47%-
HSV(B)349.62º70.27%87.06%-
XYZ34.0520.2212.46-
YUV115.72115.18203.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.27%
GREEN value IS 66 (26.17% from 255) = 17.32%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=58.27%
G=17.32%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222669300.700.580.13349.6270.2756.47
HexDE425D0463AD15e4638
Octal3361021350106721553610670
Binary11011110100001010111010100011011101011011010111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE425D; }

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

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

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

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

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

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

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

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