#DE2789

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

Shades of Deep Cerise #DE2789

Tints of Deep Cerise #DE2789

Color information

#DE2789 (or 0xDE2789) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 89. RGB value is (222,39,137). Sum of RGB (Red+Green+Blue) = 222+39+137=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2789 is #21D876. Grayscale: #686868. Windows color (decimal): -2218103 or 8988638. OLE color: 8988638.

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

Color convert

RGB22239137-
CMYK00.820.380.13
HSL327.87º73.49%51.18%-
HSV(B)327.87º82.43%87.06%-
XYZ35.3718.7925.43-
YUV104.89146.13211.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 39 (15.62% from 255) = 9.80%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=55.78%
G=9.80%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223913700.820.380.13327.8773.4951.18
HexDE278905226D1484933
Octal336472110122461551011163
Binary11011110100111100010010101001010011011011010010001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2789; }

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

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

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

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

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

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

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

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