#DE277D

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

Shades of Deep Cerise #DE277D

Tints of Deep Cerise #DE277D

Color information

#DE277D (or 0xDE277D) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 7D. RGB value is (222,39,125). Sum of RGB (Red+Green+Blue) = 222+39+125=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE277D is #21D882. Grayscale: #676767. Windows color (decimal): -2218115 or 8202206. OLE color: 8202206.

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

Color convert

RGB22239125-
CMYK00.820.440.13
HSL331.8º73.49%51.18%-
HSV(B)331.8º82.43%87.06%-
XYZ34.5518.4621.14-
YUV103.52140.13212.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=57.51%
G=10.10%
B=32.38%

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
Decimal2223912500.820.440.13331.873.4951.18
HexDE277D0522CD14c4933
Octal336471750122541551411163
Binary1101111010011111111010101001010110011011010011001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE277D; }

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

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

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

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

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

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

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

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