Html Css Color HEX #DA09AD Hollywood Cerise

📋 copy color: '#DA09AD'

red 218 ◦ green 9 ◦ blue 173

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

Shades of Hollywood Cerise #DA09AD

Tints of Hollywood Cerise #DA09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 54.5%
G = 2.25%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA09AD (or 0xDA09AD) is known color: Hollywood Cerise. HEX triplet: DA, 09 and AD. RGB value is (218,9,173). Sum of RGB (Red+Green+Blue) = 218+9+173=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09AD is #25F652. Grayscale: #595959. Windows color (decimal): -2487891 or 11340250. OLE color: 11340250.

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

Color convert

RGB 218 9 173 -
CMYK 0 0.96 0.21 0.15
HSL 312.92º 0.92% 0.45% -
HSV(B) 312.92º 0.96% 0.85% -
XYZ 36.55 18.12 41.11 -
YUV 90.19 174.74 219.16 -
System Red Green Blue C M Y K H S L
Decimal 218 9 173 0 0.96 0.21 0.15 312.92 0.92 0.45
Hex DA 9 AD 0 60 15 F 139 5C 2D
Octal 332 11 255 0 140 25 17 471 134 55
Binary 11011010 1001 10101101 0 1100000 10101 1111 100111001 1011100 101101

Color Harmonies of #DA09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09AD

Black with #DA09AD

Text Example


Text Example

White with #DA09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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