Html Css Color HEX #DB14AB Hollywood Cerise

📋 copy color: '#DB14AB'

red 219 ◦ green 20 ◦ blue 171

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

Shades of Hollywood Cerise #DB14AB

Tints of Hollywood Cerise #DB14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 53.41%
G = 4.88%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB14AB (or 0xDB14AB) is known color: Hollywood Cerise. HEX triplet: DB, 14 and AB. RGB value is (219,20,171). Sum of RGB (Red+Green+Blue) = 219+20+171=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB14AB is #24EB54. Grayscale: #606060. Windows color (decimal): -2419541 or 11211995. OLE color: 11211995.

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

Color convert

RGB 219 20 171 -
CMYK 0 0.91 0.22 0.14
HSL 314.47º 0.83% 0.47% -
HSV(B) 314.47º 0.91% 0.86% -
XYZ 36.81 18.5 40.16 -
YUV 96.72 169.93 215.22 -
System Red Green Blue C M Y K H S L
Decimal 219 20 171 0 0.91 0.22 0.14 314.47 0.83 0.47
Hex DB 14 AB 0 5B 16 E 13A 53 2F
Octal 333 24 253 0 133 26 16 472 123 57
Binary 11011011 10100 10101011 0 1011011 10110 1110 100111010 1010011 101111

Color Harmonies of #DB14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14AB

Black with #DB14AB

Text Example


Text Example

White with #DB14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14AB; }

 p { color: rgb(219,20,171); }

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

background-color css

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

 a { background-color: rgb(219,20,171); }

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

border-color css

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

 span { border-color: rgb(219,20,171); }

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