Html Css Color HEX #DB16AC Hollywood Cerise

📋 copy color: '#DB16AC'

red 219 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #DB16AC

Tints of Hollywood Cerise #DB16AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 53.03%
G = 5.33%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB16AC (or 0xDB16AC) is known color: Hollywood Cerise. HEX triplet: DB, 16 and AC. RGB value is (219,22,172). Sum of RGB (Red+Green+Blue) = 219+22+172=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16AC is #24E953. Grayscale: #616161. Windows color (decimal): -2419028 or 11278043. OLE color: 11278043.

HSL color Cylindrical-coordinate representation of color #DB16AC: hue angle of 314.31º 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 #DB16AC is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 172 -
CMYK 0 0.90 0.21 0.14
HSL 314.31º 0.82% 0.47% -
HSV(B) 314.31º 0.9% 0.86% -
XYZ 36.95 18.61 40.67 -
YUV 98 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 219 22 172 0 0.90 0.21 0.14 314.31 0.82 0.47
Hex DB 16 AC 0 5A 15 E 13A 52 2F
Octal 333 26 254 0 132 25 16 472 122 57
Binary 11011011 10110 10101100 0 1011010 10101 1110 100111010 1010010 101111

Color Harmonies of #DB16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB16AC

Black with #DB16AC

Text Example


Text Example

White with #DB16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB16AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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