#DB119C

Color #DB119C Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DB119C

Tints of Hollywood Cerise #DB119C

Color information

#DB119C (or 0xDB119C) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 11 and 9C. RGB value is (219,17,156). Sum of RGB (Red+Green+Blue) = 219+17+156=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB119C is #24EE63. Grayscale: #5C5C5C. Windows color (decimal): -2420324 or 10228187. OLE color: 10228187.

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

Color convert

RGB21917156-
CMYK00.920.290.14
HSL318.71º85.59%46.27%-
HSV(B)318.71º92.24%85.88%-
XYZ35.4117.8633.03-
YUV93.24163.42217.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.87%
GREEN value IS 17 (7.03% from 255) = 4.34%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=55.87%
G=4.34%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191715600.920.290.14318.7185.5946.27
HexDB119C05C1DE13f562e
Octal333212340134351647712656
Binary110110111000110011100010111001110111101001111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB119C; }

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

 H1.HeaderClassName
 {
   color: #DB119C;
 }
 .AnyTagClassName
 {
   color: #DB119C;
 }
</style>
background-color css

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

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

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

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

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

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