#DE4798

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

Shades of Deep Cerise #DE4798

Tints of Deep Cerise #DE4798

Color information

#DE4798 (or 0xDE4798) is unknown color: approx Deep Cerise. HEX triplet: DE, 47 and 98. RGB value is (222,71,152). Sum of RGB (Red+Green+Blue) = 222+71+152=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4798 is #21B867. Grayscale: #7D7D7D. Windows color (decimal): -2209896 or 9979870. OLE color: 9979870.

HSL color Cylindrical-coordinate representation of color #DE4798: hue angle of 327.81º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE4798 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22271152-
CMYK00.680.320.13
HSL327.81º69.59%57.45%-
HSV(B)327.81º68.02%87.06%-
XYZ38.0422.332.01-
YUV125.38143.03196.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.89%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=49.89%
G=15.96%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227115200.680.320.13327.8169.5957.45
HexDE479804420D1484639
Octal3361072300104401551010671
Binary110111101000111100110000100010010000011011010010001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4798; }

 p { color: rgb(222,71,152); }

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

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

 a { background-color: rgb(222,71,152); }

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

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

 span { border-color: rgb(222,71,152); }

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