#DE357C

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

Shades of Deep Cerise #DE357C

Tints of Deep Cerise #DE357C

Color information

#DE357C (or 0xDE357C) is unknown color: approx Deep Cerise. HEX triplet: DE, 35 and 7C. RGB value is (222,53,124). Sum of RGB (Red+Green+Blue) = 222+53+124=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE357C is #21CA83. Grayscale: #6F6F6F. Windows color (decimal): -2214532 or 8140254. OLE color: 8140254.

HSL color Cylindrical-coordinate representation of color #DE357C: hue angle of 334.79º 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 #DE357C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB22253124-
CMYK00.760.440.13
HSL334.79º71.91%53.92%-
HSV(B)334.79º76.13%87.06%-
XYZ35.0419.5320.99-
YUV111.62134.99206.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=55.64%
G=13.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225312400.760.440.13334.7971.9153.92
HexDE357C04C2CD14f4836
Octal336651740114541551711066
Binary1101111011010111111000100110010110011011010011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE357C; }

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

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

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

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

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

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

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

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