#DE0A9D

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

Shades of Hollywood Cerise #DE0A9D

Tints of Hollywood Cerise #DE0A9D

Color information

#DE0A9D (or 0xDE0A9D) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 0A and 9D. RGB value is (222,10,157). Sum of RGB (Red+Green+Blue) = 222+10+157=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0A9D is #21F562. Grayscale: #595959. Windows color (decimal): -2225507 or 10291934. OLE color: 10291934.

HSL color Cylindrical-coordinate representation of color #DE0A9D: hue angle of 318.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A9D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22210157-
CMYK00.950.290.13
HSL318.4º91.38%45.49%-
HSV(B)318.4º95.5%87.06%-
XYZ36.3218.1833.49-
YUV90.15165.74222.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.07%
GREEN value IS 10 (4.30% from 255) = 2.57%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=57.07%
G=2.57%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221015700.950.290.13318.491.3845.49
HexDEA9D05F1DD13e5b2d
Octal336122350137351547613355
Binary11011110101010011101010111111110111011001111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0A9D; }

 p { color: rgb(222,10,157); }

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

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

 a { background-color: rgb(222,10,157); }

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

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

 span { border-color: rgb(222,10,157); }

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