Html Css Color HEX #DC11AC Hollywood Cerise

📋 copy color: '#DC11AC'

red 220 ◦ green 17 ◦ blue 172

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

Shades of Hollywood Cerise #DC11AC

Tints of Hollywood Cerise #DC11AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

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

R = 53.79%
G = 4.16%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC11AC (or 0xDC11AC) is known color: Hollywood Cerise. HEX triplet: DC, 11 and AC. RGB value is (220,17,172). Sum of RGB (Red+Green+Blue) = 220+17+172=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11AC is #23EE53. Grayscale: #5E5E5E. Windows color (decimal): -2354772 or 11276764. OLE color: 11276764.

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

Color convert

RGB 220 17 172 -
CMYK 0 0.92 0.22 0.14
HSL 314.19º 0.86% 0.46% -
HSV(B) 314.19º 0.92% 0.86% -
XYZ 37.16 18.6 40.66 -
YUV 95.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 220 17 172 0 0.92 0.22 0.14 314.19 0.86 0.46
Hex DC 11 AC 0 5C 16 E 13A 56 2E
Octal 334 21 254 0 134 26 16 472 126 56
Binary 11011100 10001 10101100 0 1011100 10110 1110 100111010 1010110 101110

Color Harmonies of #DC11AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11AC

Black with #DC11AC

Text Example


Text Example

White with #DC11AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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