Html Css Color HEX #DA0899 Hollywood Cerise

📋 copy color: '#DA0899'

red 218 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #DA0899

Tints of Hollywood Cerise #DA0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 57.52%
G = 2.11%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0899 (or 0xDA0899) is known color: Hollywood Cerise. HEX triplet: DA, 08 and 99. RGB value is (218,8,153). Sum of RGB (Red+Green+Blue) = 218+8+153=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0899 is #25F766. Grayscale: #565656. Windows color (decimal): -2488167 or 10029274. OLE color: 10029274.

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

Color convert

RGB 218 8 153 -
CMYK 0 0.96 0.30 0.15
HSL 318.57º 0.93% 0.44% -
HSV(B) 318.57º 0.96% 0.85% -
XYZ 34.75 17.38 31.66 -
YUV 87.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 218 8 153 0 0.96 0.30 0.15 318.57 0.93 0.44
Hex DA 8 99 0 60 1E F 13F 5D 2C
Octal 332 10 231 0 140 36 17 477 135 54
Binary 11011010 1000 10011001 0 1100000 11110 1111 100111111 1011101 101100

Color Harmonies of #DA0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0899

Black with #DA0899

Text Example


Text Example

White with #DA0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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