#de0e9a

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

Shades of Hollywood Cerise #DE0E9A

Tints of Hollywood Cerise #DE0E9A

Color information

#DE0E9A (or 0xDE0E9A) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 0E and 9A. RGB value is (222,14,154). Sum of RGB (Red+Green+Blue) = 222+14+154=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E9A is #21F165. Grayscale: #5B5B5B. Windows color (decimal): -2224486 or 10096350. OLE color: 10096350.

HSL color Cylindrical-coordinate representation of color #DE0E9A: hue angle of 319.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E9A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22214154-
CMYK00.940.310.13
HSL319.62º88.14%46.27%-
HSV(B)319.62º93.69%87.06%-
XYZ36.1118.1832.18-
YUV92.15162.91220.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.92%
GREEN value IS 14 (5.86% from 255) = 3.59%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=56.92%
G=3.59%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221415400.940.310.13319.6288.1446.27
HexDEE9A05E1FD140582e
Octal336162320136371550013056
Binary11011110111010011010010111101111111011010000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0e9a; }

 p { color: rgb(222,14,154); }

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

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

 a { background-color: rgb(222,14,154); }

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

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

 span { border-color: rgb(222,14,154); }

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