#de2785

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

Shades of Deep Cerise #DE2785

Tints of Deep Cerise #DE2785

Color information

#DE2785 (or 0xDE2785) is unknown color: approx Deep Cerise. HEX triplet: DE, 27 and 85. RGB value is (222,39,133). Sum of RGB (Red+Green+Blue) = 222+39+133=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2785 is #21D87A. Grayscale: #686868. Windows color (decimal): -2218107 or 8726494. OLE color: 8726494.

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

Color convert

RGB22239133-
CMYK00.820.400.13
HSL329.18º73.49%51.18%-
HSV(B)329.18º82.43%87.06%-
XYZ35.0818.6723.95-
YUV104.43144.13211.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 39 (15.62% from 255) = 9.90%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=56.35%
G=9.90%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223913300.820.400.13329.1873.4951.18
HexDE278505228D1494933
Octal336472050122501551111163
Binary11011110100111100001010101001010100011011010010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de2785; }

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

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

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

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

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

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

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

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