Html Css Color HEX #DA19A6 Hollywood Cerise

📋 copy color: '#DA19A6'

red 218 ◦ green 25 ◦ blue 166

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

Shades of Hollywood Cerise #DA19A6

Tints of Hollywood Cerise #DA19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 53.3%
G = 6.11%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA19A6 (or 0xDA19A6) is known color: Hollywood Cerise. HEX triplet: DA, 19 and A6. RGB value is (218,25,166). Sum of RGB (Red+Green+Blue) = 218+25+166=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA19A6 is #25E659. Grayscale: #626262. Windows color (decimal): -2483802 or 10885594. OLE color: 10885594.

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

Color convert

RGB 218 25 166 -
CMYK 0 0.89 0.24 0.15
HSL 316.17º 0.79% 0.48% -
HSV(B) 316.17º 0.89% 0.85% -
XYZ 36.14 18.35 37.71 -
YUV 98.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 218 25 166 0 0.89 0.24 0.15 316.17 0.79 0.48
Hex DA 19 A6 0 59 18 F 13C 4F 30
Octal 332 31 246 0 131 30 17 474 117 60
Binary 11011010 11001 10100110 0 1011001 11000 1111 100111100 1001111 110000

Color Harmonies of #DA19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19A6

Black with #DA19A6

Text Example


Text Example

White with #DA19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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