Html Css Color HEX #DA089B Hollywood Cerise

📋 copy color: '#DA089B'

red 218 ◦ green 8 ◦ blue 155

#DA089B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DA089B

Tints of Hollywood Cerise #DA089B

RGB

 RED value IS 218 (85.55% from 255) = 57.22%

 GREEN value IS 8 (3.52% from 255) = 2.1%

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 57.22%
G = 2.1%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA089B (or 0xDA089B) is known color: Hollywood Cerise. HEX triplet: DA, 08 and 9B. RGB value is (218,8,155). Sum of RGB (Red+Green+Blue) = 218+8+155=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA089B is #25F764. Grayscale: #575757. Windows color (decimal): -2488165 or 10160346. OLE color: 10160346.

HSL color Cylindrical-coordinate representation of color #DA089B: hue angle of 318º 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 #DA089B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 155 -
CMYK 0 0.96 0.29 0.15
HSL 318º 0.93% 0.44% -
HSV(B) 318º 0.96% 0.85% -
XYZ 34.92 17.45 32.54 -
YUV 87.55 166.07 221.05 -
System Red Green Blue C M Y K H S L
Decimal 218 8 155 0 0.96 0.29 0.15 318 0.93 0.44
Hex DA 8 9B 0 60 1D F 13E 5D 2C
Octal 332 10 233 0 140 35 17 476 135 54
Binary 11011010 1000 10011011 0 1100000 11101 1111 100111110 1011101 101100

Color Harmonies of #DA089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA089B

Black with #DA089B

Text Example


Text Example

White with #DA089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA089B; }

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

 H1.HeaderClassName
 {
   color: #DA089B;
 }
 .AnyTagClassName
 {
   color: #DA089B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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