Html Css Color HEX #DA09A1 Hollywood Cerise

📋 copy color: '#DA09A1'

red 218 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #DA09A1

Tints of Hollywood Cerise #DA09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.49%

R = 56.19%
G = 2.32%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA09A1 (or 0xDA09A1) is known color: Hollywood Cerise. HEX triplet: DA, 09 and A1. RGB value is (218,9,161). Sum of RGB (Red+Green+Blue) = 218+9+161=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09A1 is #25F65E. Grayscale: #585858. Windows color (decimal): -2487903 or 10553818. OLE color: 10553818.

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

Color convert

RGB 218 9 161 -
CMYK 0 0.96 0.26 0.15
HSL 316.36º 0.92% 0.45% -
HSV(B) 316.36º 0.96% 0.85% -
XYZ 35.44 17.67 35.26 -
YUV 88.82 168.74 220.14 -
System Red Green Blue C M Y K H S L
Decimal 218 9 161 0 0.96 0.26 0.15 316.36 0.92 0.45
Hex DA 9 A1 0 60 1A F 13C 5C 2D
Octal 332 11 241 0 140 32 17 474 134 55
Binary 11011010 1001 10100001 0 1100000 11010 1111 100111100 1011100 101101

Color Harmonies of #DA09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09A1

Black with #DA09A1

Text Example


Text Example

White with #DA09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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