#DE2784

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

Shades of Deep Cerise #DE2784

Tints of Deep Cerise #DE2784

Color information

#DE2784 (or 0xDE2784) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 84. RGB value is (222,39,132). Sum of RGB (Red+Green+Blue) = 222+39+132=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2784 is #21D87B. Grayscale: #686868. Windows color (decimal): -2218108 or 8660958. OLE color: 8660958.

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

Color convert

RGB22239132-
CMYK00.820.410.13
HSL329.51º73.49%51.18%-
HSV(B)329.51º82.43%87.06%-
XYZ35.0118.6523.58-
YUV104.32143.63211.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 39 (15.62% from 255) = 9.92%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=56.49%
G=9.92%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223913200.820.410.13329.5173.4951.18
HexDE278405229D14a4933
Octal336472040122511551211163
Binary11011110100111100001000101001010100111011010010101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2784; }

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

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

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

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

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

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

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

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