Html Css Color HEX #DC119B Hollywood Cerise

📋 copy color: '#DC119B'

red 220 ◦ green 17 ◦ blue 155

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

Shades of Hollywood Cerise #DC119B

Tints of Hollywood Cerise #DC119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 56.12%
G = 4.34%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC119B (or 0xDC119B) is known color: Hollywood Cerise. HEX triplet: DC, 11 and 9B. RGB value is (220,17,155). Sum of RGB (Red+Green+Blue) = 220+17+155=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC119B is #23EE64. Grayscale: #5D5D5D. Windows color (decimal): -2354789 or 10162652. OLE color: 10162652.

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

Color convert

RGB 220 17 155 -
CMYK 0 0.92 0.30 0.14
HSL 319.21º 0.86% 0.46% -
HSV(B) 319.21º 0.92% 0.86% -
XYZ 35.63 17.98 32.6 -
YUV 93.43 162.75 218.28 -
System Red Green Blue C M Y K H S L
Decimal 220 17 155 0 0.92 0.30 0.14 319.21 0.86 0.46
Hex DC 11 9B 0 5C 1E E 13F 56 2E
Octal 334 21 233 0 134 36 16 477 126 56
Binary 11011100 10001 10011011 0 1011100 11110 1110 100111111 1010110 101110

Color Harmonies of #DC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC119B

Black with #DC119B

Text Example


Text Example

White with #DC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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