Html Css Color HEX #DC109B Hollywood Cerise

📋 copy color: '#DC109B'

red 220 ◦ green 16 ◦ blue 155

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

Shades of Hollywood Cerise #DC109B

Tints of Hollywood Cerise #DC109B

RGB

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

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

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

R = 56.27%
G = 4.09%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC109B (or 0xDC109B) is known color: Hollywood Cerise. HEX triplet: DC, 10 and 9B. RGB value is (220,16,155). Sum of RGB (Red+Green+Blue) = 220+16+155=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC109B is #23EF64. Grayscale: #5C5C5C. Windows color (decimal): -2355045 or 10162396. OLE color: 10162396.

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

Color convert

RGB 220 16 155 -
CMYK 0 0.93 0.30 0.14
HSL 319.12º 0.86% 0.46% -
HSV(B) 319.12º 0.93% 0.86% -
XYZ 35.62 17.95 32.6 -
YUV 92.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 220 16 155 0 0.93 0.30 0.14 319.12 0.86 0.46
Hex DC 10 9B 0 5D 1E E 13F 56 2E
Octal 334 20 233 0 135 36 16 477 126 56
Binary 11011100 10000 10011011 0 1011101 11110 1110 100111111 1010110 101110

Color Harmonies of #DC109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC109B

Black with #DC109B

Text Example


Text Example

White with #DC109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC109B; }

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

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

background-color css

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

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

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

border-color css

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

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

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