#DE2C8D

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

Shades of Deep Cerise #DE2C8D

Tints of Deep Cerise #DE2C8D

Color information

#DE2C8D (or 0xDE2C8D) is unknown color: approx Deep Cerise. HEX triplet: DE, 2C and 8D. RGB value is (222,44,141). Sum of RGB (Red+Green+Blue) = 222+44+141=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C8D is #21D372. Grayscale: #6C6C6C. Windows color (decimal): -2216819 or 9252062. OLE color: 9252062.

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

Color convert

RGB22244141-
CMYK00.800.360.13
HSL327.3º72.95%52.16%-
HSV(B)327.3º80.18%87.06%-
XYZ35.8319.2527.03-
YUV108.28146.47209.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=54.55%
G=10.81%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224414100.800.360.13327.372.9552.16
HexDE2C8D05024D1474934
Octal336542150120441550711164
Binary11011110101100100011010101000010010011011010001111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2C8D; }

 p { color: rgb(222,44,141); }

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

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

 a { background-color: rgb(222,44,141); }

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

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

 span { border-color: rgb(222,44,141); }

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