Html Css Color HEX #DA089D Hollywood Cerise

📋 copy color: '#DA089D'

red 218 ◦ green 8 ◦ blue 157

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

Shades of Hollywood Cerise #DA089D

Tints of Hollywood Cerise #DA089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 56.92%
G = 2.09%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA089D (or 0xDA089D) is known color: Hollywood Cerise. HEX triplet: DA, 08 and 9D. RGB value is (218,8,157). Sum of RGB (Red+Green+Blue) = 218+8+157=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA089D is #25F762. Grayscale: #575757. Windows color (decimal): -2488163 or 10291418. OLE color: 10291418.

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

Color convert

RGB 218 8 157 -
CMYK 0 0.96 0.28 0.15
HSL 317.43º 0.93% 0.44% -
HSV(B) 317.43º 0.96% 0.85% -
XYZ 35.09 17.51 33.43 -
YUV 87.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 218 8 157 0 0.96 0.28 0.15 317.43 0.93 0.44
Hex DA 8 9D 0 60 1C F 13D 5D 2C
Octal 332 10 235 0 140 34 17 475 135 54
Binary 11011010 1000 10011101 0 1100000 11100 1111 100111101 1011101 101100

Color Harmonies of #DA089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA089D

Black with #DA089D

Text Example


Text Example

White with #DA089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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