Html Css Color HEX #DC11AF Hollywood Cerise

📋 copy color: '#DC11AF'

red 220 ◦ green 17 ◦ blue 175

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

Shades of Hollywood Cerise #DC11AF

Tints of Hollywood Cerise #DC11AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 53.4%
G = 4.13%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC11AF (or 0xDC11AF) is known color: Hollywood Cerise. HEX triplet: DC, 11 and AF. RGB value is (220,17,175). Sum of RGB (Red+Green+Blue) = 220+17+175=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC11AF is #23EE50. Grayscale: #5F5F5F. Windows color (decimal): -2354769 or 11473372. OLE color: 11473372.

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

Color convert

RGB 220 17 175 -
CMYK 0 0.92 0.20 0.14
HSL 313.3º 0.86% 0.46% -
HSV(B) 313.3º 0.92% 0.86% -
XYZ 37.45 18.71 42.2 -
YUV 95.71 172.75 216.65 -
System Red Green Blue C M Y K H S L
Decimal 220 17 175 0 0.92 0.20 0.14 313.3 0.86 0.46
Hex DC 11 AF 0 5C 14 E 139 56 2E
Octal 334 21 257 0 134 24 16 471 126 56
Binary 11011100 10001 10101111 0 1011100 10100 1110 100111001 1010110 101110

Color Harmonies of #DC11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11AF

Black with #DC11AF

Text Example


Text Example

White with #DC11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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