#DE0597

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

Shades of Hollywood Cerise #DE0597

Tints of Hollywood Cerise #DE0597

Color information

#DE0597 (or 0xDE0597) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 05 and 97. RGB value is (222,5,151). Sum of RGB (Red+Green+Blue) = 222+5+151=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0597 is #21FA68. Grayscale: #565656. Windows color (decimal): -2226793 or 9897438. OLE color: 9897438.

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

Color convert

RGB2225151-
CMYK00.980.320.13
HSL319.63º95.59%44.51%-
HSV(B)319.63º97.75%87.06%-
XYZ35.7617.8730.84-
YUV86.53164.39224.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.73%
GREEN value IS 5 (2.34% from 255) = 1.32%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=58.73%
G=1.32%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222515100.980.320.13319.6395.5944.51
HexDE59706220D140602d
Octal33652270142401550014055
Binary11011110101100101110110001010000011011010000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0597; }

 p { color: rgb(222,5,151); }

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

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

 a { background-color: rgb(222,5,151); }

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

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

 span { border-color: rgb(222,5,151); }

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