Html Css Color HEX #DC109D Hollywood Cerise

📋 copy color: '#DC109D'

red 220 ◦ green 16 ◦ blue 157

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

Shades of Hollywood Cerise #DC109D

Tints of Hollywood Cerise #DC109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 55.98%
G = 4.07%
B = 39.95%

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

#DC109D (or 0xDC109D) is known color: Hollywood Cerise. HEX triplet: DC, 10 and 9D. RGB value is (220,16,157). Sum of RGB (Red+Green+Blue) = 220+16+157=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC109D is #23EF62. Grayscale: #5C5C5C. Windows color (decimal): -2355043 or 10293468. OLE color: 10293468.

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

Color convert

RGB 220 16 157 -
CMYK 0 0.93 0.29 0.14
HSL 318.53º 0.86% 0.46% -
HSV(B) 318.53º 0.93% 0.86% -
XYZ 35.79 18.02 33.49 -
YUV 93.07 164.09 218.54 -
System Red Green Blue C M Y K H S L
Decimal 220 16 157 0 0.93 0.29 0.14 318.53 0.86 0.46
Hex DC 10 9D 0 5D 1D E 13F 56 2E
Octal 334 20 235 0 135 35 16 477 126 56
Binary 11011100 10000 10011101 0 1011101 11101 1110 100111111 1010110 101110

Color Harmonies of #DC109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC109D

Black with #DC109D

Text Example


Text Example

White with #DC109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC109D; }

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

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

background-color css

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

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

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

border-color css

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

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

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