#DE0295

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

Shades of Hollywood Cerise #DE0295

Tints of Hollywood Cerise #DE0295

Color information

#DE0295 (or 0xDE0295) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 02 and 95. RGB value is (222,2,149). Sum of RGB (Red+Green+Blue) = 222+2+149=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0295 is #21FD6A. Grayscale: #545454. Windows color (decimal): -2227563 or 9765598. OLE color: 9765598.

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

Color convert

RGB2222149-
CMYK00.990.330.13
HSL319.91º98.21%43.92%-
HSV(B)319.91º99.1%87.06%-
XYZ35.5717.7429.98-
YUV84.54164.39226.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.52%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=59.52%
G=0.54%
B=39.95%

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
Decimal222214900.990.330.13319.9198.2143.92
HexDE29506321D140622c
Octal33622250143411550014254
Binary1101111010100101010110001110000111011010000001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0295; }

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

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

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

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

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

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

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

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