#DA089F

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

Shades of Hollywood Cerise #DA089F

Tints of Hollywood Cerise #DA089F

Color information

#DA089F (or 0xDA089F) is unknown color: approx Hollywood Cerise. HEX triplet: DA, 08 and 9F. RGB value is (218,8,159). Sum of RGB (Red+Green+Blue) = 218+8+159=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA089F is #25F760. Grayscale: #575757. Windows color (decimal): -2488161 or 10422490. OLE color: 10422490.

HSL color Cylindrical-coordinate representation of color #DA089F: hue angle of 316.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA089F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB2188159-
CMYK00.960.270.15
HSL316.86º92.92%44.31%-
HSV(B)316.86º96.33%85.49%-
XYZ35.2617.5834.34-
YUV88168.07220.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.62%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=56.62%
G=2.08%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218815900.960.270.15316.8692.9244.31
HexDA89F0601BF13d5d2c
Octal332102370140331747513554
Binary11011010100010011111011000001101111111001111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA089F; }

 p { color: rgb(218,8,159); }

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

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

 a { background-color: rgb(218,8,159); }

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

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

 span { border-color: rgb(218,8,159); }

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