Html Css Color HEX #DB16AA Hollywood Cerise

📋 copy color: '#DB16AA'

red 219 ◦ green 22 ◦ blue 170

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

Shades of Hollywood Cerise #DB16AA

Tints of Hollywood Cerise #DB16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 53.28%
G = 5.35%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB16AA (or 0xDB16AA) is known color: Hollywood Cerise. HEX triplet: DB, 16 and AA. RGB value is (219,22,170). Sum of RGB (Red+Green+Blue) = 219+22+170=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16AA is #24E955. Grayscale: #616161. Windows color (decimal): -2419030 or 11146971. OLE color: 11146971.

HSL color Cylindrical-coordinate representation of color #DB16AA: hue angle of 314.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16AA is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 170 -
CMYK 0 0.90 0.22 0.14
HSL 314.92º 0.82% 0.47% -
HSV(B) 314.92º 0.9% 0.86% -
XYZ 36.76 18.54 39.67 -
YUV 97.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 219 22 170 0 0.90 0.22 0.14 314.92 0.82 0.47
Hex DB 16 AA 0 5A 16 E 13B 52 2F
Octal 333 26 252 0 132 26 16 473 122 57
Binary 11011011 10110 10101010 0 1011010 10110 1110 100111011 1010010 101111

Color Harmonies of #DB16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB16AA

Black with #DB16AA

Text Example


Text Example

White with #DB16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB16AA; }

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

 H1.HeaderClassName
 {
   color: #DB16AA;
 }
 .AnyTagClassName
 {
   color: #DB16AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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