#DE45A2

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

Shades of Deep Cerise #DE45A2

Tints of Deep Cerise #DE45A2

Color information

#DE45A2 (or 0xDE45A2) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and A2. RGB value is (222,69,162). Sum of RGB (Red+Green+Blue) = 222+69+162=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE45A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE45A2 is #21BA5D. Grayscale: #7D7D7D. Windows color (decimal): -2210398 or 10634718. OLE color: 10634718.

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

Color convert

RGB22269162-
CMYK00.690.270.13
HSL323.53º69.86%57.06%-
HSV(B)323.53º68.92%87.06%-
XYZ38.7722.3936.46-
YUV125.35148.69196.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=49.01%
G=15.23%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226916200.690.270.13323.5369.8657.06
HexDE45A20451BD1444639
Octal3361052420105331550410671
Binary11011110100010110100010010001011101111011010001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE45A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE45A2; }

 p { color: rgb(222,69,162); }

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

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

 a { background-color: rgb(222,69,162); }

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

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

 span { border-color: rgb(222,69,162); }

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