Html Css Color HEX #DA09A9 Hollywood Cerise

📋 copy color: '#DA09A9'

red 218 ◦ green 9 ◦ blue 169

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

Shades of Hollywood Cerise #DA09A9

Tints of Hollywood Cerise #DA09A9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 55.05%
G = 2.27%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA09A9 (or 0xDA09A9) is known color: Hollywood Cerise. HEX triplet: DA, 09 and A9. RGB value is (218,9,169). Sum of RGB (Red+Green+Blue) = 218+9+169=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09A9 is #25F656. Grayscale: #595959. Windows color (decimal): -2487895 or 11078106. OLE color: 11078106.

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

Color convert

RGB 218 9 169 -
CMYK 0 0.96 0.22 0.15
HSL 314.07º 0.92% 0.45% -
HSV(B) 314.07º 0.96% 0.85% -
XYZ 36.17 17.97 39.1 -
YUV 89.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 218 9 169 0 0.96 0.22 0.15 314.07 0.92 0.45
Hex DA 9 A9 0 60 16 F 13A 5C 2D
Octal 332 11 251 0 140 26 17 472 134 55
Binary 11011010 1001 10101001 0 1100000 10110 1111 100111010 1011100 101101

Color Harmonies of #DA09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09A9

Black with #DA09A9

Text Example


Text Example

White with #DA09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09A9; }

 p { color: rgb(218,9,169); }

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

background-color css

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

 a { background-color: rgb(218,9,169); }

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

border-color css

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

 span { border-color: rgb(218,9,169); }

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