Html Css Color HEX #DB12A2 Hollywood Cerise

📋 copy color: '#DB12A2'

red 219 ◦ green 18 ◦ blue 162

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

Shades of Hollywood Cerise #DB12A2

Tints of Hollywood Cerise #DB12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 54.89%
G = 4.51%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB12A2 (or 0xDB12A2) is known color: Hollywood Cerise. HEX triplet: DB, 12 and A2. RGB value is (219,18,162). Sum of RGB (Red+Green+Blue) = 219+18+162=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12A2 is #24ED5D. Grayscale: #5E5E5E. Windows color (decimal): -2420062 or 10621659. OLE color: 10621659.

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

Color convert

RGB 219 18 162 -
CMYK 0 0.92 0.26 0.14
HSL 317.01º 0.85% 0.46% -
HSV(B) 317.01º 0.92% 0.86% -
XYZ 35.95 18.1 35.78 -
YUV 94.52 166.09 216.79 -
System Red Green Blue C M Y K H S L
Decimal 219 18 162 0 0.92 0.26 0.14 317.01 0.85 0.46
Hex DB 12 A2 0 5C 1A E 13D 55 2E
Octal 333 22 242 0 134 32 16 475 125 56
Binary 11011011 10010 10100010 0 1011100 11010 1110 100111101 1010101 101110

Color Harmonies of #DB12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12A2

Black with #DB12A2

Text Example


Text Example

White with #DB12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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