#DE2A7E

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

Shades of Deep Cerise #DE2A7E

Tints of Deep Cerise #DE2A7E

Color information

#DE2A7E (or 0xDE2A7E) is unknown color: approx Deep Cerise. HEX triplet: DE, 2A and 7E. RGB value is (222,42,126). Sum of RGB (Red+Green+Blue) = 222+42+126=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2A7E is #21D581. Grayscale: #696969. Windows color (decimal): -2217346 or 8268510. OLE color: 8268510.

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

Color convert

RGB22242126-
CMYK00.810.430.13
HSL332º73.17%51.76%-
HSV(B)332º81.08%87.06%-
XYZ34.7218.6921.52-
YUV105.4139.63211.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.92%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=56.92%
G=10.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224212600.810.430.1333273.1751.76
HexDE2A7E0512BD14c4934
Octal336521760121531551411164
Binary1101111010101011111100101000110101111011010011001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2A7E; }

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

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

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

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

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

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

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

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