Html Css Color HEX #DC17AC Hollywood Cerise

📋 copy color: '#DC17AC'

red 220 ◦ green 23 ◦ blue 172

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

Shades of Hollywood Cerise #DC17AC

Tints of Hollywood Cerise #DC17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.54%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 53.01%
G = 5.54%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC17AC (or 0xDC17AC) is known color: Hollywood Cerise. HEX triplet: DC, 17 and AC. RGB value is (220,23,172). Sum of RGB (Red+Green+Blue) = 220+23+172=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17AC is #23E853. Grayscale: #626262. Windows color (decimal): -2353236 or 11278300. OLE color: 11278300.

HSL color Cylindrical-coordinate representation of color #DC17AC: hue angle of 314.62º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17AC is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 172 -
CMYK 0 0.90 0.22 0.14
HSL 314.62º 0.81% 0.48% -
HSV(B) 314.62º 0.9% 0.86% -
XYZ 37.27 18.81 40.7 -
YUV 98.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 220 23 172 0 0.90 0.22 0.14 314.62 0.81 0.48
Hex DC 17 AC 0 5A 16 E 13B 51 30
Octal 334 27 254 0 132 26 16 473 121 60
Binary 11011100 10111 10101100 0 1011010 10110 1110 100111011 1010001 110000

Color Harmonies of #DC17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17AC

Black with #DC17AC

Text Example


Text Example

White with #DC17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17AC; }

 p { color: rgb(220,23,172); }

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

background-color css

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

 a { background-color: rgb(220,23,172); }

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

border-color css

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

 span { border-color: rgb(220,23,172); }

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