Html Css Color HEX #DA00AC Hollywood Cerise

📋 copy color: '#DA00AC'

red 218 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #DA00AC

Tints of Hollywood Cerise #DA00AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.9%
G = 0%
B = 44.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA00AC (or 0xDA00AC) is known color: Hollywood Cerise. HEX triplet: DA, 00 and AC. RGB value is (218,0,172). Sum of RGB (Red+Green+Blue) = 218+0+172=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00AC is #25FF53. Grayscale: #545454. Windows color (decimal): -2490196 or 11272410. OLE color: 11272410.

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

Color convert

RGB 218 0 172 -
CMYK 0 1 0.21 0.15
HSL 312.66º 1% 0.43% -
HSV(B) 312.66º 1% 0.85% -
XYZ 36.36 17.88 40.57 -
YUV 84.79 177.22 223.01 -
System Red Green Blue C M Y K H S L
Decimal 218 0 172 0 1 0.21 0.15 312.66 1 0.43
Hex DA 0 AC 0 64 15 F 139 64 2B
Octal 332 0 254 0 144 25 17 471 144 53
Binary 11011010 0 10101100 0 1100100 10101 1111 100111001 1100100 101011

Color Harmonies of #DA00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00AC

Black with #DA00AC

Text Example


Text Example

White with #DA00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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