Html Css Color HEX #DB18AC Hollywood Cerise

📋 copy color: '#DB18AC'

red 219 ◦ green 24 ◦ blue 172

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

Shades of Hollywood Cerise #DB18AC

Tints of Hollywood Cerise #DB18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 52.77%
G = 5.78%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB18AC (or 0xDB18AC) is known color: Hollywood Cerise. HEX triplet: DB, 18 and AC. RGB value is (219,24,172). Sum of RGB (Red+Green+Blue) = 219+24+172=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18AC is #24E753. Grayscale: #626262. Windows color (decimal): -2418516 or 11278555. OLE color: 11278555.

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

Color convert

RGB 219 24 172 -
CMYK 0 0.89 0.21 0.14
HSL 314.46º 0.8% 0.48% -
HSV(B) 314.46º 0.89% 0.86% -
XYZ 36.99 18.69 40.69 -
YUV 99.18 169.1 213.47 -
System Red Green Blue C M Y K H S L
Decimal 219 24 172 0 0.89 0.21 0.14 314.46 0.8 0.48
Hex DB 18 AC 0 59 15 E 13A 50 30
Octal 333 30 254 0 131 25 16 472 120 60
Binary 11011011 11000 10101100 0 1011001 10101 1110 100111010 1010000 110000

Color Harmonies of #DB18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18AC

Black with #DB18AC

Text Example


Text Example

White with #DB18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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