Html Css Color HEX #DA19AA Hollywood Cerise

📋 copy color: '#DA19AA'

red 218 ◦ green 25 ◦ blue 170

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

Shades of Hollywood Cerise #DA19AA

Tints of Hollywood Cerise #DA19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

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

R = 52.78%
G = 6.05%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA19AA (or 0xDA19AA) is known color: Hollywood Cerise. HEX triplet: DA, 19 and AA. RGB value is (218,25,170). Sum of RGB (Red+Green+Blue) = 218+25+170=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19AA is #25E655. Grayscale: #626262. Windows color (decimal): -2483798 or 11147738. OLE color: 11147738.

HSL color Cylindrical-coordinate representation of color #DA19AA: hue angle of 314.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19AA is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 170 -
CMYK 0 0.89 0.22 0.15
HSL 314.92º 0.79% 0.48% -
HSV(B) 314.92º 0.89% 0.85% -
XYZ 36.52 18.5 39.68 -
YUV 99.24 167.94 212.71 -
System Red Green Blue C M Y K H S L
Decimal 218 25 170 0 0.89 0.22 0.15 314.92 0.79 0.48
Hex DA 19 AA 0 59 16 F 13B 4F 30
Octal 332 31 252 0 131 26 17 473 117 60
Binary 11011010 11001 10101010 0 1011001 10110 1111 100111011 1001111 110000

Color Harmonies of #DA19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19AA

Black with #DA19AA

Text Example


Text Example

White with #DA19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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