#DE358E

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

Shades of Deep Cerise #DE358E

Tints of Deep Cerise #DE358E

Color information

#DE358E (or 0xDE358E) is unknown color: approx Deep Cerise. HEX triplet: DE, 35 and 8E. RGB value is (222,53,142). Sum of RGB (Red+Green+Blue) = 222+53+142=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE358E is #21CA71. Grayscale: #717171. Windows color (decimal): -2214514 or 9319902. OLE color: 9319902.

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

Color convert

RGB22253142-
CMYK00.760.360.13
HSL328.4º71.91%53.92%-
HSV(B)328.4º76.13%87.06%-
XYZ36.2820.0327.54-
YUV113.68143.99205.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=53.24%
G=12.71%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225314200.760.360.13328.471.9153.92
HexDE358E04C24D1484836
Octal336652160114441551011066
Binary11011110110101100011100100110010010011011010010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE358E; }

 p { color: rgb(222,53,142); }

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

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

 a { background-color: rgb(222,53,142); }

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

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

 span { border-color: rgb(222,53,142); }

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