Html Css Color HEX #DB19AA Hollywood Cerise

📋 copy color: '#DB19AA'

red 219 ◦ green 25 ◦ blue 170

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

Shades of Hollywood Cerise #DB19AA

Tints of Hollywood Cerise #DB19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.04%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 52.9%
G = 6.04%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB19AA (or 0xDB19AA) is known color: 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

RGB 219 25 170 -
CMYK 0 0.89 0.22 0.14
HSL 315.15º 0.8% 0.48% -
HSV(B) 315.15º 0.89% 0.86% -
XYZ 36.82 18.66 39.69 -
YUV 99.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 219 25 170 0 0.89 0.22 0.14 315.15 0.8 0.48
Hex DB 19 AA 0 59 16 E 13B 50 30
Octal 333 31 252 0 131 26 16 473 120 60
Binary 11011011 11001 10101010 0 1011001 10110 1110 100111011 1010000 110000

Color Harmonies of #DB19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19AA

Black with #DB19AA

Text Example


Text Example

White with #DB19AA

Text Example


Text Example

HTML Codes & Css Web 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>