Html Css Color HEX #DB109F Hollywood Cerise

📋 copy color: '#DB109F'

red 219 ◦ green 16 ◦ blue 159

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

Shades of Hollywood Cerise #DB109F

Tints of Hollywood Cerise #DB109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 55.58%
G = 4.06%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB109F (or 0xDB109F) is known color: Hollywood Cerise. HEX triplet: DB, 10 and 9F. RGB value is (219,16,159). Sum of RGB (Red+Green+Blue) = 219+16+159=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB109F is #24EF60. Grayscale: #5C5C5C. Windows color (decimal): -2420577 or 10424539. OLE color: 10424539.

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

Color convert

RGB 219 16 159 -
CMYK 0 0.93 0.27 0.14
HSL 317.73º 0.86% 0.46% -
HSV(B) 317.73º 0.93% 0.86% -
XYZ 35.66 17.93 34.38 -
YUV 93 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 219 16 159 0 0.93 0.27 0.14 317.73 0.86 0.46
Hex DB 10 9F 0 5D 1B E 13E 56 2E
Octal 333 20 237 0 135 33 16 476 126 56
Binary 11011011 10000 10011111 0 1011101 11011 1110 100111110 1010110 101110

Color Harmonies of #DB109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB109F

Black with #DB109F

Text Example


Text Example

White with #DB109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB109F; }

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

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

background-color css

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

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

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

border-color css

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

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

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