Html Css Color HEX #DB109C Hollywood Cerise

📋 copy color: '#DB109C'

red 219 ◦ green 16 ◦ blue 156

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

Shades of Hollywood Cerise #DB109C

Tints of Hollywood Cerise #DB109C

RGB

 RED value IS 219 (85.94% from 255) = 56.01%

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

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

R = 56.01%
G = 4.09%
B = 39.9%

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

#DB109C (or 0xDB109C) is known color: Hollywood Cerise. HEX triplet: DB, 10 and 9C. RGB value is (219,16,156). Sum of RGB (Red+Green+Blue) = 219+16+156=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB109C is #24EF63. Grayscale: #5C5C5C. Windows color (decimal): -2420580 or 10227931. OLE color: 10227931.

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

Color convert

RGB 219 16 156 -
CMYK 0 0.93 0.29 0.14
HSL 318.62º 0.86% 0.46% -
HSV(B) 318.62º 0.93% 0.86% -
XYZ 35.4 17.83 33.03 -
YUV 92.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 219 16 156 0 0.93 0.29 0.14 318.62 0.86 0.46
Hex DB 10 9C 0 5D 1D E 13F 56 2E
Octal 333 20 234 0 135 35 16 477 126 56
Binary 11011011 10000 10011100 0 1011101 11101 1110 100111111 1010110 101110

Color Harmonies of #DB109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB109C

Black with #DB109C

Text Example


Text Example

White with #DB109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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