Html Css Color HEX #DA09A8 Hollywood Cerise

📋 copy color: '#DA09A8'

red 218 ◦ green 9 ◦ blue 168

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

Shades of Hollywood Cerise #DA09A8

Tints of Hollywood Cerise #DA09A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 55.19%
G = 2.28%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA09A8 (or 0xDA09A8) is known color: Hollywood Cerise. HEX triplet: DA, 09 and A8. RGB value is (218,9,168). Sum of RGB (Red+Green+Blue) = 218+9+168=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09A8 is #25F657. Grayscale: #595959. Windows color (decimal): -2487896 or 11012570. OLE color: 11012570.

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

Color convert

RGB 218 9 168 -
CMYK 0 0.96 0.23 0.15
HSL 314.35º 0.92% 0.45% -
HSV(B) 314.35º 0.96% 0.85% -
XYZ 36.08 17.93 38.6 -
YUV 89.62 172.24 219.57 -
System Red Green Blue C M Y K H S L
Decimal 218 9 168 0 0.96 0.23 0.15 314.35 0.92 0.45
Hex DA 9 A8 0 60 17 F 13A 5C 2D
Octal 332 11 250 0 140 27 17 472 134 55
Binary 11011010 1001 10101000 0 1100000 10111 1111 100111010 1011100 101101

Color Harmonies of #DA09A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09A8

Black with #DA09A8

Text Example


Text Example

White with #DA09A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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