Html Css Color HEX #DB12AD Hollywood Cerise

📋 copy color: '#DB12AD'

red 219 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #DB12AD

Tints of Hollywood Cerise #DB12AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 53.41%
G = 4.39%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB12AD (or 0xDB12AD) is known color: Hollywood Cerise. HEX triplet: DB, 12 and AD. RGB value is (219,18,173). Sum of RGB (Red+Green+Blue) = 219+18+173=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12AD is #24ED52. Grayscale: #5F5F5F. Windows color (decimal): -2420051 or 11342555. OLE color: 11342555.

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

Color convert

RGB 219 18 173 -
CMYK 0 0.92 0.21 0.14
HSL 313.73º 0.85% 0.46% -
HSV(B) 313.73º 0.92% 0.86% -
XYZ 36.97 18.51 41.16 -
YUV 95.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 219 18 173 0 0.92 0.21 0.14 313.73 0.85 0.46
Hex DB 12 AD 0 5C 15 E 13A 55 2E
Octal 333 22 255 0 134 25 16 472 125 56
Binary 11011011 10010 10101101 0 1011100 10101 1110 100111010 1010101 101110

Color Harmonies of #DB12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12AD

Black with #DB12AD

Text Example


Text Example

White with #DB12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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