#DE089A

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

Shades of Hollywood Cerise #DE089A

Tints of Hollywood Cerise #DE089A

Color information

#DE089A (or 0xDE089A) is unknown color: approx Hollywood Cerise. HEX triplet: DE, 08 and 9A. RGB value is (222,8,154). Sum of RGB (Red+Green+Blue) = 222+8+154=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE089A is #21F765. Grayscale: #585858. Windows color (decimal): -2226022 or 10094814. OLE color: 10094814.

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

Color convert

RGB2228154-
CMYK00.960.310.13
HSL319.07º93.04%45.1%-
HSV(B)319.07º96.4%87.06%-
XYZ36.0418.0432.15-
YUV88.63164.9223.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=57.81%
G=2.08%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222815400.960.310.13319.0793.0445.1
HexDE89A0601FD13f5d2d
Octal336102320140371547713555
Binary11011110100010011010011000001111111011001111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE089A; }

 p { color: rgb(222,8,154); }

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

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

 a { background-color: rgb(222,8,154); }

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

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

 span { border-color: rgb(222,8,154); }

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