Html Css Color HEX #DA09AC Hollywood Cerise

📋 copy color: '#DA09AC'

red 218 ◦ green 9 ◦ blue 172

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

Shades of Hollywood Cerise #DA09AC

Tints of Hollywood Cerise #DA09AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 54.64%
G = 2.26%
B = 43.11%

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

#DA09AC (or 0xDA09AC) is known color: Hollywood Cerise. HEX triplet: DA, 09 and AC. RGB value is (218,9,172). Sum of RGB (Red+Green+Blue) = 218+9+172=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09AC is #25F653. Grayscale: #595959. Windows color (decimal): -2487892 or 11274714. OLE color: 11274714.

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

Color convert

RGB 218 9 172 -
CMYK 0 0.96 0.21 0.15
HSL 313.21º 0.92% 0.45% -
HSV(B) 313.21º 0.96% 0.85% -
XYZ 36.46 18.08 40.6 -
YUV 90.07 174.24 219.25 -
System Red Green Blue C M Y K H S L
Decimal 218 9 172 0 0.96 0.21 0.15 313.21 0.92 0.45
Hex DA 9 AC 0 60 15 F 139 5C 2D
Octal 332 11 254 0 140 25 17 471 134 55
Binary 11011010 1001 10101100 0 1100000 10101 1111 100111001 1011100 101101

Color Harmonies of #DA09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09AC

Black with #DA09AC

Text Example


Text Example

White with #DA09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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