Html Css Color HEX #DC109C Hollywood Cerise

📋 copy color: '#DC109C'

red 220 ◦ green 16 ◦ blue 156

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

Shades of Hollywood Cerise #DC109C

Tints of Hollywood Cerise #DC109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.08%

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 56.12%
G = 4.08%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC109C (or 0xDC109C) is known color: Hollywood Cerise. HEX triplet: DC, 10 and 9C. RGB value is (220,16,156). Sum of RGB (Red+Green+Blue) = 220+16+156=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC109C is #23EF63. Grayscale: #5C5C5C. Windows color (decimal): -2355044 or 10227932. OLE color: 10227932.

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

Color convert

RGB 220 16 156 -
CMYK 0 0.93 0.29 0.14
HSL 318.82º 0.86% 0.46% -
HSV(B) 318.82º 0.93% 0.86% -
XYZ 35.7 17.99 33.04 -
YUV 92.96 163.59 218.62 -
System Red Green Blue C M Y K H S L
Decimal 220 16 156 0 0.93 0.29 0.14 318.82 0.86 0.46
Hex DC 10 9C 0 5D 1D E 13F 56 2E
Octal 334 20 234 0 135 35 16 477 126 56
Binary 11011100 10000 10011100 0 1011101 11101 1110 100111111 1010110 101110

Color Harmonies of #DC109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC109C

Black with #DC109C

Text Example


Text Example

White with #DC109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC109C; }

 p { color: rgb(220,16,156); }

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

background-color css

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

 a { background-color: rgb(220,16,156); }

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

border-color css

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

 span { border-color: rgb(220,16,156); }

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