Html Css Color HEX #DA19AB Hollywood Cerise

📋 copy color: '#DA19AB'

red 218 ◦ green 25 ◦ blue 171

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

Shades of Hollywood Cerise #DA19AB

Tints of Hollywood Cerise #DA19AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 52.66%
G = 6.04%
B = 41.3%

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

#DA19AB (or 0xDA19AB) is known color: Hollywood Cerise. HEX triplet: DA, 19 and AB. RGB value is (218,25,171). Sum of RGB (Red+Green+Blue) = 218+25+171=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19AB is #25E654. Grayscale: #626262. Windows color (decimal): -2483797 or 11213274. OLE color: 11213274.

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

Color convert

RGB 218 25 171 -
CMYK 0 0.89 0.22 0.15
HSL 314.61º 0.79% 0.48% -
HSV(B) 314.61º 0.89% 0.85% -
XYZ 36.61 18.54 40.18 -
YUV 99.35 168.44 212.63 -
System Red Green Blue C M Y K H S L
Decimal 218 25 171 0 0.89 0.22 0.15 314.61 0.79 0.48
Hex DA 19 AB 0 59 16 F 13B 4F 30
Octal 332 31 253 0 131 26 17 473 117 60
Binary 11011010 11001 10101011 0 1011001 10110 1111 100111011 1001111 110000

Color Harmonies of #DA19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19AB

Black with #DA19AB

Text Example


Text Example

White with #DA19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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