#DE0E9B

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

Shades of Hollywood Cerise #DE0E9B

Tints of Hollywood Cerise #DE0E9B

Color information

#DE0E9B (or 0xDE0E9B) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 0E and 9B. RGB value is (222,14,155). Sum of RGB (Red+Green+Blue) = 222+14+155=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E9B is #21F164. Grayscale: #5B5B5B. Windows color (decimal): -2224485 or 10161886. OLE color: 10161886.

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

Color convert

RGB22214155-
CMYK00.940.300.13
HSL319.33º88.14%46.27%-
HSV(B)319.33º93.69%87.06%-
XYZ36.218.2132.62-
YUV92.27163.41220.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.78%
GREEN value IS 14 (5.86% from 255) = 3.58%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=56.78%
G=3.58%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221415500.940.300.13319.3388.1446.27
HexDEE9B05E1ED13f582e
Octal336162330136361547713056
Binary11011110111010011011010111101111011011001111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0E9B; }

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

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

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

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

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

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

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

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