Html Css Color HEX #DA07AC Hollywood Cerise

📋 copy color: '#DA07AC'

red 218 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #DA07AC

Tints of Hollywood Cerise #DA07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 54.91%
G = 1.76%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA07AC (or 0xDA07AC) is known color: Hollywood Cerise. HEX triplet: DA, 07 and AC. RGB value is (218,7,172). Sum of RGB (Red+Green+Blue) = 218+7+172=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA07AC is #25F853. Grayscale: #585858. Windows color (decimal): -2488404 or 11274202. OLE color: 11274202.

HSL color Cylindrical-coordinate representation of color #DA07AC: hue angle of 313.08º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07AC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 172 -
CMYK 0 0.97 0.21 0.15
HSL 313.08º 0.94% 0.44% -
HSV(B) 313.08º 0.97% 0.85% -
XYZ 36.44 18.04 40.59 -
YUV 88.9 174.9 220.08 -
System Red Green Blue C M Y K H S L
Decimal 218 7 172 0 0.97 0.21 0.15 313.08 0.94 0.44
Hex DA 7 AC 0 61 15 F 139 5E 2C
Octal 332 7 254 0 141 25 17 471 136 54
Binary 11011010 111 10101100 0 1100001 10101 1111 100111001 1011110 101100

Color Harmonies of #DA07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07AC

Black with #DA07AC

Text Example


Text Example

White with #DA07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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