Html Css Color HEX #DB18AA Hollywood Cerise

📋 copy color: '#DB18AA'

red 219 ◦ green 24 ◦ blue 170

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

Shades of Hollywood Cerise #DB18AA

Tints of Hollywood Cerise #DB18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

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

R = 53.03%
G = 5.81%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB18AA (or 0xDB18AA) is known color: Hollywood Cerise. HEX triplet: DB, 18 and AA. RGB value is (219,24,170). Sum of RGB (Red+Green+Blue) = 219+24+170=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18AA is #24E755. Grayscale: #626262. Windows color (decimal): -2418518 or 11147483. OLE color: 11147483.

HSL color Cylindrical-coordinate representation of color #DB18AA: hue angle of 315.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18AA is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 170 -
CMYK 0 0.89 0.22 0.14
HSL 315.08º 0.8% 0.48% -
HSV(B) 315.08º 0.89% 0.86% -
XYZ 36.8 18.62 39.68 -
YUV 98.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 219 24 170 0 0.89 0.22 0.14 315.08 0.8 0.48
Hex DB 18 AA 0 59 16 E 13B 50 30
Octal 333 30 252 0 131 26 16 473 120 60
Binary 11011011 11000 10101010 0 1011001 10110 1110 100111011 1010000 110000

Color Harmonies of #DB18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18AA

Black with #DB18AA

Text Example


Text Example

White with #DB18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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