#DE2A7C

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

Shades of Deep Cerise #DE2A7C

Tints of Deep Cerise #DE2A7C

Color information

#DE2A7C (or 0xDE2A7C) is unknown color: approx Deep Cerise. HEX triplet: DE, 2A and 7C. RGB value is (222,42,124). Sum of RGB (Red+Green+Blue) = 222+42+124=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A7C is #21D583. Grayscale: #696969. Windows color (decimal): -2217348 or 8137438. OLE color: 8137438.

HSL color Cylindrical-coordinate representation of color #DE2A7C: hue angle of 332.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2A7C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB22242124-
CMYK00.810.440.13
HSL332.67º73.17%51.76%-
HSV(B)332.67º81.08%87.06%-
XYZ34.5918.6420.84-
YUV105.17138.63211.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.22%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=57.22%
G=10.82%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224212400.810.440.13332.6773.1751.76
HexDE2A7C0512CD14d4934
Octal336521740121541551511164
Binary1101111010101011111000101000110110011011010011011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2A7C; }

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

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

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

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

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

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

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

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