#DE0390

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

Shades of Hollywood Cerise #DE0390

Tints of Hollywood Cerise #DE0390

Color information

#DE0390 (or 0xDE0390) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 03 and 90. RGB value is (222,3,144). Sum of RGB (Red+Green+Blue) = 222+3+144=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0390 is #21FC6F. Grayscale: #545454. Windows color (decimal): -2227312 or 9438174. OLE color: 9438174.

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

Color convert

RGB2223144-
CMYK00.990.350.13
HSL321.37º97.33%44.12%-
HSV(B)321.37º98.65%87.06%-
XYZ35.1917.6127.93-
YUV84.56161.55226.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.16%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=60.16%
G=0.81%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222314400.990.350.13321.3797.3344.12
HexDE39006323D141612c
Octal33632200143431550114154
Binary1101111011100100000110001110001111011010000011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0390; }

 p { color: rgb(222,3,144); }

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

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

 a { background-color: rgb(222,3,144); }

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

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

 span { border-color: rgb(222,3,144); }

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