#DB009F

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

Shades of Hollywood Cerise #DB009F

Tints of Hollywood Cerise #DB009F

Color information

#DB009F (or 0xDB009F) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 00 and 9F. RGB value is (219,0,159). Sum of RGB (Red+Green+Blue) = 219+0+159=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009F is #24FF60. Grayscale: #535353. Windows color (decimal): -2424673 or 10420443. OLE color: 10420443.

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

Color convert

RGB2190159-
CMYK010.270.14
HSL316.44º100%42.94%-
HSV(B)316.44º100%85.88%-
XYZ35.4717.5634.32-
YUV83.61170.55224.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=57.94%
G=0%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2190159010.270.14316.4410042.94
HexDB09F0641BE13c642b
Octal33302370144331647414453
Binary11011011010011111011001001101111101001111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB009F; }

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

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

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

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

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

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

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

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