Html Css Color HEX #DC19A6 Hollywood Cerise

📋 copy color: '#DC19A6'

red 220 ◦ green 25 ◦ blue 166

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

Shades of Hollywood Cerise #DC19A6

Tints of Hollywood Cerise #DC19A6

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

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

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

R = 53.53%
G = 6.08%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC19A6 (or 0xDC19A6) is known color: Hollywood Cerise. HEX triplet: DC, 19 and A6. RGB value is (220,25,166). Sum of RGB (Red+Green+Blue) = 220+25+166=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19A6 is #23E659. Grayscale: #636363. Windows color (decimal): -2352730 or 10885596. OLE color: 10885596.

HSL color Cylindrical-coordinate representation of color #DC19A6: hue angle of 316.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19A6 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 166 -
CMYK 0 0.89 0.25 0.14
HSL 316.62º 0.8% 0.48% -
HSV(B) 316.62º 0.89% 0.86% -
XYZ 36.75 18.66 37.74 -
YUV 99.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 220 25 166 0 0.89 0.25 0.14 316.62 0.8 0.48
Hex DC 19 A6 0 59 19 E 13D 50 30
Octal 334 31 246 0 131 31 16 475 120 60
Binary 11011100 11001 10100110 0 1011001 11001 1110 100111101 1010000 110000

Color Harmonies of #DC19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19A6

Black with #DC19A6

Text Example


Text Example

White with #DC19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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