#DE0092

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

Shades of Hollywood Cerise #DE0092

Tints of Hollywood Cerise #DE0092

Color information

#DE0092 (or 0xDE0092) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 00 and 92. RGB value is (222,0,146). Sum of RGB (Red+Green+Blue) = 222+0+146=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0092 is #21FF6D. Grayscale: #525252. Windows color (decimal): -2228078 or 9568478. OLE color: 9568478.

HSL color Cylindrical-coordinate representation of color #DE0092: hue angle of 320.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0092 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB2220146-
CMYK010.340.13
HSL320.54º100%43.53%-
HSV(B)320.54º100%87.06%-
XYZ35.3117.628.73-
YUV83.02163.55227.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=60.33%
G=0%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2220146010.340.13320.5410043.53
HexDE09206422D141642c
Octal33602220144421550114454
Binary110111100100100100110010010001011011010000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0092; }

 p { color: rgb(222,0,146); }

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

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

 a { background-color: rgb(222,0,146); }

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

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

 span { border-color: rgb(222,0,146); }

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