Html Css Color HEX #DC11AB Hollywood Cerise

📋 copy color: '#DC11AB'

red 220 ◦ green 17 ◦ blue 171

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

Shades of Hollywood Cerise #DC11AB

Tints of Hollywood Cerise #DC11AB

RGB

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

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

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

R = 53.92%
G = 4.17%
B = 41.91%

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

#DC11AB (or 0xDC11AB) is known color: Hollywood Cerise. HEX triplet: DC, 11 and AB. RGB value is (220,17,171). Sum of RGB (Red+Green+Blue) = 220+17+171=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11AB is #23EE54. Grayscale: #5E5E5E. Windows color (decimal): -2354773 or 11211228. OLE color: 11211228.

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

Color convert

RGB 220 17 171 -
CMYK 0 0.92 0.22 0.14
HSL 314.48º 0.86% 0.46% -
HSV(B) 314.48º 0.92% 0.86% -
XYZ 37.07 18.56 40.16 -
YUV 95.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 220 17 171 0 0.92 0.22 0.14 314.48 0.86 0.46
Hex DC 11 AB 0 5C 16 E 13A 56 2E
Octal 334 21 253 0 134 26 16 472 126 56
Binary 11011100 10001 10101011 0 1011100 10110 1110 100111010 1010110 101110

Color Harmonies of #DC11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11AB

Black with #DC11AB

Text Example


Text Example

White with #DC11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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