Html Css Color HEX #DA089F Hollywood Cerise

📋 copy color: '#DA089F'

red 218 ◦ green 8 ◦ blue 159

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

Shades of Hollywood Cerise #DA089F

Tints of Hollywood Cerise #DA089F

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.3%

R = 56.62%
G = 2.08%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA089F (or 0xDA089F) is known color: 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

RGB 218 8 159 -
CMYK 0 0.96 0.27 0.15
HSL 316.86º 0.93% 0.44% -
HSV(B) 316.86º 0.96% 0.85% -
XYZ 35.26 17.58 34.34 -
YUV 88 168.07 220.72 -
System Red Green Blue C M Y K H S L
Decimal 218 8 159 0 0.96 0.27 0.15 316.86 0.93 0.44
Hex DA 8 9F 0 60 1B F 13D 5D 2C
Octal 332 10 237 0 140 33 17 475 135 54
Binary 11011010 1000 10011111 0 1100000 11011 1111 100111101 1011101 101100

Color Harmonies of #DA089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA089F

Black with #DA089F

Text Example


Text Example

White with #DA089F

Text Example


Text Example

HTML Codes & Css Web 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>