Html Css Color HEX #DB12AA Hollywood Cerise

📋 copy color: '#DB12AA'

red 219 ◦ green 18 ◦ blue 170

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

Shades of Hollywood Cerise #DB12AA

Tints of Hollywood Cerise #DB12AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 53.81%
G = 4.42%
B = 41.77%

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

#DB12AA (or 0xDB12AA) is known color: Hollywood Cerise. HEX triplet: DB, 12 and AA. RGB value is (219,18,170). Sum of RGB (Red+Green+Blue) = 219+18+170=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12AA is #24ED55. Grayscale: #5F5F5F. Windows color (decimal): -2420054 or 11145947. OLE color: 11145947.

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

Color convert

RGB 219 18 170 -
CMYK 0 0.92 0.22 0.14
HSL 314.63º 0.85% 0.46% -
HSV(B) 314.63º 0.92% 0.86% -
XYZ 36.69 18.39 39.65 -
YUV 95.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 219 18 170 0 0.92 0.22 0.14 314.63 0.85 0.46
Hex DB 12 AA 0 5C 16 E 13B 55 2E
Octal 333 22 252 0 134 26 16 473 125 56
Binary 11011011 10010 10101010 0 1011100 10110 1110 100111011 1010101 101110

Color Harmonies of #DB12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12AA

Black with #DB12AA

Text Example


Text Example

White with #DB12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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