#DE0294

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

Shades of Hollywood Cerise #DE0294

Tints of Hollywood Cerise #DE0294

Color information

#DE0294 (or 0xDE0294) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 02 and 94. RGB value is (222,2,148). Sum of RGB (Red+Green+Blue) = 222+2+148=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0294 is #21FD6B. Grayscale: #545454. Windows color (decimal): -2227564 or 9700062. OLE color: 9700062.

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

Color convert

RGB2222148-
CMYK00.990.330.13
HSL320.18º98.21%43.92%-
HSV(B)320.18º99.1%87.06%-
XYZ35.4917.7129.56-
YUV84.42163.89226.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=59.68%
G=0.54%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222214800.990.330.13320.1898.2143.92
HexDE29406321D140622c
Octal33622240143411550014254
Binary1101111010100101000110001110000111011010000001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0294; }

 p { color: rgb(222,2,148); }

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

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

 a { background-color: rgb(222,2,148); }

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

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

 span { border-color: rgb(222,2,148); }

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