Html Css Color HEX #DB13AB Hollywood Cerise

📋 copy color: '#DB13AB'

red 219 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #DB13AB

Tints of Hollywood Cerise #DB13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

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

R = 53.55%
G = 4.65%
B = 41.81%

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

#DB13AB (or 0xDB13AB) is known color: Hollywood Cerise. HEX triplet: DB, 13 and AB. RGB value is (219,19,171). Sum of RGB (Red+Green+Blue) = 219+19+171=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13AB is #24EC54. Grayscale: #5F5F5F. Windows color (decimal): -2419797 or 11211739. OLE color: 11211739.

HSL color Cylindrical-coordinate representation of color #DB13AB: hue angle of 314.4º degrees, saturation: 0.84, 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 #DB13AB is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 171 -
CMYK 0 0.91 0.22 0.14
HSL 314.4º 0.84% 0.47% -
HSV(B) 314.4º 0.91% 0.86% -
XYZ 36.8 18.47 40.15 -
YUV 96.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 219 19 171 0 0.91 0.22 0.14 314.4 0.84 0.47
Hex DB 13 AB 0 5B 16 E 13A 54 2F
Octal 333 23 253 0 133 26 16 472 124 57
Binary 11011011 10011 10101011 0 1011011 10110 1110 100111010 1010100 101111

Color Harmonies of #DB13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13AB

Black with #DB13AB

Text Example


Text Example

White with #DB13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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