#DB19AA

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

Shades of Hollywood Cerise #DB19AA

Tints of Hollywood Cerise #DB19AA

Color information

#DB19AA (or 0xDB19AA) is unknown color: approx Hollywood Cerise. HEX triplet: DB, 19 and AA. RGB value is (219,25,170). Sum of RGB (Red+Green+Blue) = 219+25+170=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AA is #24E655. Grayscale: #636363. Windows color (decimal): -2418262 or 11147739. OLE color: 11147739.

HSL color Cylindrical-coordinate representation of color #DB19AA: hue angle of 315.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19AA is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB21925170-
CMYK00.890.220.14
HSL315.15º79.51%47.84%-
HSV(B)315.15º88.58%85.88%-
XYZ36.8218.6639.69-
YUV99.54167.77213.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.90%
GREEN value IS 25 (10.16% from 255) = 6.04%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=52.90%
G=6.04%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192517000.890.220.14315.1579.5147.84
HexDB19AA05916E13b5030
Octal333312520131261647312060
Binary110110111100110101010010110011011011101001110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB19AA; }

 p { color: rgb(219,25,170); }

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

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

 a { background-color: rgb(219,25,170); }

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

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

 span { border-color: rgb(219,25,170); }

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