Html Css Color HEX #DB12AE Hollywood Cerise

📋 copy color: '#DB12AE'

red 219 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #DB12AE

Tints of Hollywood Cerise #DB12AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 53.28%
G = 4.38%
B = 42.34%

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

#DB12AE (or 0xDB12AE) is known color: Hollywood Cerise. HEX triplet: DB, 12 and AE. RGB value is (219,18,174). Sum of RGB (Red+Green+Blue) = 219+18+174=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12AE is #24ED51. Grayscale: #5F5F5F. Windows color (decimal): -2420050 or 11408091. OLE color: 11408091.

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

Color convert

RGB 219 18 174 -
CMYK 0 0.92 0.21 0.14
HSL 313.43º 0.85% 0.46% -
HSV(B) 313.43º 0.92% 0.86% -
XYZ 37.07 18.55 41.67 -
YUV 95.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 219 18 174 0 0.92 0.21 0.14 313.43 0.85 0.46
Hex DB 12 AE 0 5C 15 E 139 55 2E
Octal 333 22 256 0 134 25 16 471 125 56
Binary 11011011 10010 10101110 0 1011100 10101 1110 100111001 1010101 101110

Color Harmonies of #DB12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12AE

Black with #DB12AE

Text Example


Text Example

White with #DB12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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