#DB09A9

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

Shades of Hollywood Cerise #DB09A9

Tints of Hollywood Cerise #DB09A9

Color information

#DB09A9 (or 0xDB09A9) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 09 and A9. RGB value is (219,9,169). Sum of RGB (Red+Green+Blue) = 219+9+169=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09A9 is #24F656. Grayscale: #595959. Windows color (decimal): -2422359 or 11078107. OLE color: 11078107.

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

Color convert

RGB2199169-
CMYK00.960.230.14
HSL314.29º92.11%44.71%-
HSV(B)314.29º95.89%85.88%-
XYZ36.4718.1239.11-
YUV90.03172.57219.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.16%
GREEN value IS 9 (3.91% from 255) = 2.27%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=55.16%
G=2.27%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219916900.960.230.14314.2992.1144.71
HexDB9A906017E13a5c2d
Octal333112510140271647213455
Binary11011011100110101001011000001011111101001110101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB09A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB09A9; }

 p { color: rgb(219,9,169); }

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

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

 a { background-color: rgb(219,9,169); }

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

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

 span { border-color: rgb(219,9,169); }

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