Html Css Color HEX #DA09A6 Hollywood Cerise

📋 copy color: '#DA09A6'

red 218 ◦ green 9 ◦ blue 166

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

Shades of Hollywood Cerise #DA09A6

Tints of Hollywood Cerise #DA09A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 55.47%
G = 2.29%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA09A6 (or 0xDA09A6) is known color: Hollywood Cerise. HEX triplet: DA, 09 and A6. RGB value is (218,9,166). Sum of RGB (Red+Green+Blue) = 218+9+166=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09A6 is #25F659. Grayscale: #585858. Windows color (decimal): -2487898 or 10881498. OLE color: 10881498.

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

Color convert

RGB 218 9 166 -
CMYK 0 0.96 0.24 0.15
HSL 314.93º 0.92% 0.45% -
HSV(B) 314.93º 0.96% 0.85% -
XYZ 35.89 17.85 37.63 -
YUV 89.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 218 9 166 0 0.96 0.24 0.15 314.93 0.92 0.45
Hex DA 9 A6 0 60 18 F 13B 5C 2D
Octal 332 11 246 0 140 30 17 473 134 55
Binary 11011010 1001 10100110 0 1100000 11000 1111 100111011 1011100 101101

Color Harmonies of #DA09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09A6

Black with #DA09A6

Text Example


Text Example

White with #DA09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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