#DE277C

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

Shades of Deep Cerise #DE277C

Tints of Deep Cerise #DE277C

Color information

#DE277C (or 0xDE277C) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 7C. RGB value is (222,39,124). Sum of RGB (Red+Green+Blue) = 222+39+124=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE277C is #21D883. Grayscale: #676767. Windows color (decimal): -2218116 or 8136670. OLE color: 8136670.

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

Color convert

RGB22239124-
CMYK00.820.440.13
HSL332.13º73.49%51.18%-
HSV(B)332.13º82.43%87.06%-
XYZ34.4918.4420.81-
YUV103.41139.63212.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=57.66%
G=10.13%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223912400.820.440.13332.1373.4951.18
HexDE277C0522CD14c4933
Octal336471740122541551411163
Binary1101111010011111111000101001010110011011010011001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE277C; }

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

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

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

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

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

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

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

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