Html Css Color HEX #DB12AB Hollywood Cerise

📋 copy color: '#DB12AB'

red 219 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #DB12AB

Tints of Hollywood Cerise #DB12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.41%

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

R = 53.68%
G = 4.41%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB12AB (or 0xDB12AB) is known color: Hollywood Cerise. HEX triplet: DB, 12 and AB. RGB value is (219,18,171). Sum of RGB (Red+Green+Blue) = 219+18+171=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12AB is #24ED54. Grayscale: #5F5F5F. Windows color (decimal): -2420053 or 11211483. OLE color: 11211483.

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

Color convert

RGB 219 18 171 -
CMYK 0 0.92 0.22 0.14
HSL 314.33º 0.85% 0.46% -
HSV(B) 314.33º 0.92% 0.86% -
XYZ 36.78 18.43 40.15 -
YUV 95.54 170.59 216.06 -
System Red Green Blue C M Y K H S L
Decimal 219 18 171 0 0.92 0.22 0.14 314.33 0.85 0.46
Hex DB 12 AB 0 5C 16 E 13A 55 2E
Octal 333 22 253 0 134 26 16 472 125 56
Binary 11011011 10010 10101011 0 1011100 10110 1110 100111010 1010101 101110

Color Harmonies of #DB12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12AB

Black with #DB12AB

Text Example


Text Example

White with #DB12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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