#DE278C

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

Shades of Deep Cerise #DE278C

Tints of Deep Cerise #DE278C

Color information

#DE278C (or 0xDE278C) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 8C. RGB value is (222,39,140). Sum of RGB (Red+Green+Blue) = 222+39+140=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE278C is #21D873. Grayscale: #696969. Windows color (decimal): -2218100 or 9185246. OLE color: 9185246.

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

Color convert

RGB22239140-
CMYK00.820.370.13
HSL326.89º73.49%51.18%-
HSV(B)326.89º82.43%87.06%-
XYZ35.5818.8726.58-
YUV105.23147.63211.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=55.36%
G=9.73%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223914000.820.370.13326.8973.4951.18
HexDE278C05225D1474933
Octal336472140122451550711163
Binary11011110100111100011000101001010010111011010001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE278C; }

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

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

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

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

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

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

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

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