#DE357A

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

Shades of Deep Cerise #DE357A

Tints of Deep Cerise #DE357A

Color information

#DE357A (or 0xDE357A) is unknown color: approx Deep Cerise. HEX triplet: DE, 35 and 7A. RGB value is (222,53,122). Sum of RGB (Red+Green+Blue) = 222+53+122=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE357A is #21CA85. Grayscale: #6F6F6F. Windows color (decimal): -2214534 or 8009182. OLE color: 8009182.

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

Color convert

RGB22253122-
CMYK00.760.450.13
HSL335.5º71.91%53.92%-
HSV(B)335.5º76.13%87.06%-
XYZ34.9119.4820.33-
YUV111.4133.99206.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=55.92%
G=13.35%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225312200.760.450.13335.571.9153.92
HexDE357A04C2DD1504836
Octal336651720114551552011066
Binary1101111011010111110100100110010110111011010100001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE357A; }

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

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

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

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

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

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

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

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