Html Css Color HEX #DB11AD Hollywood Cerise

📋 copy color: '#DB11AD'

red 219 ◦ green 17 ◦ blue 173

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

Shades of Hollywood Cerise #DB11AD

Tints of Hollywood Cerise #DB11AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.16%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 53.55%
G = 4.16%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB11AD (or 0xDB11AD) is known color: Hollywood Cerise. HEX triplet: DB, 11 and AD. RGB value is (219,17,173). Sum of RGB (Red+Green+Blue) = 219+17+173=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB11AD is #24EE52. Grayscale: #5E5E5E. Windows color (decimal): -2420307 or 11342299. OLE color: 11342299.

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

Color convert

RGB 219 17 173 -
CMYK 0 0.92 0.21 0.14
HSL 313.66º 0.86% 0.46% -
HSV(B) 313.66º 0.92% 0.86% -
XYZ 36.96 18.48 41.15 -
YUV 95.18 171.92 216.32 -
System Red Green Blue C M Y K H S L
Decimal 219 17 173 0 0.92 0.21 0.14 313.66 0.86 0.46
Hex DB 11 AD 0 5C 15 E 13A 56 2E
Octal 333 21 255 0 134 25 16 472 126 56
Binary 11011011 10001 10101101 0 1011100 10101 1110 100111010 1010110 101110

Color Harmonies of #DB11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB11AD

Black with #DB11AD

Text Example


Text Example

White with #DB11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB11AD; }

 p { color: rgb(219,17,173); }

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

background-color css

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

 a { background-color: rgb(219,17,173); }

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

border-color css

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

 span { border-color: rgb(219,17,173); }

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