Html Css Color HEX #DA00AA Hollywood Cerise

📋 copy color: '#DA00AA'

red 218 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #DA00AA

Tints of Hollywood Cerise #DA00AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 56.19%
G = 0%
B = 43.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA00AA (or 0xDA00AA) is known color: Hollywood Cerise. HEX triplet: DA, 00 and AA. RGB value is (218,0,170). Sum of RGB (Red+Green+Blue) = 218+0+170=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA00AA is #25FF55. Grayscale: #545454. Windows color (decimal): -2490198 or 11141338. OLE color: 11141338.

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

Color convert

RGB 218 0 170 -
CMYK 0 1 0.22 0.15
HSL 313.21º 1% 0.43% -
HSV(B) 313.21º 1% 0.85% -
XYZ 36.17 17.81 39.56 -
YUV 84.56 176.22 223.18 -
System Red Green Blue C M Y K H S L
Decimal 218 0 170 0 1 0.22 0.15 313.21 1 0.43
Hex DA 0 AA 0 64 16 F 139 64 2B
Octal 332 0 252 0 144 26 17 471 144 53
Binary 11011010 0 10101010 0 1100100 10110 1111 100111001 1100100 101011

Color Harmonies of #DA00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00AA

Black with #DA00AA

Text Example


Text Example

White with #DA00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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