Html Css Color HEX #DA09AA Hollywood Cerise

📋 copy color: '#DA09AA'

red 218 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #DA09AA

Tints of Hollywood Cerise #DA09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 54.91%
G = 2.27%
B = 42.82%

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

#DA09AA (or 0xDA09AA) is known color: Hollywood Cerise. HEX triplet: DA, 09 and AA. RGB value is (218,9,170). Sum of RGB (Red+Green+Blue) = 218+9+170=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09AA is #25F655. Grayscale: #595959. Windows color (decimal): -2487894 or 11143642. OLE color: 11143642.

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

Color convert

RGB 218 9 170 -
CMYK 0 0.96 0.22 0.15
HSL 313.78º 0.92% 0.45% -
HSV(B) 313.78º 0.96% 0.85% -
XYZ 36.27 18 39.59 -
YUV 89.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 218 9 170 0 0.96 0.22 0.15 313.78 0.92 0.45
Hex DA 9 AA 0 60 16 F 13A 5C 2D
Octal 332 11 252 0 140 26 17 472 134 55
Binary 11011010 1001 10101010 0 1100000 10110 1111 100111010 1011100 101101

Color Harmonies of #DA09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09AA

Black with #DA09AA

Text Example


Text Example

White with #DA09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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