Html Css Color HEX #DB18AB Hollywood Cerise

📋 copy color: '#DB18AB'

red 219 ◦ green 24 ◦ blue 171

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

Shades of Hollywood Cerise #DB18AB

Tints of Hollywood Cerise #DB18AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 52.9%
G = 5.8%
B = 41.3%

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

#DB18AB (or 0xDB18AB) is known color: Hollywood Cerise. HEX triplet: DB, 18 and AB. RGB value is (219,24,171). Sum of RGB (Red+Green+Blue) = 219+24+171=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18AB is #24E754. Grayscale: #626262. Windows color (decimal): -2418517 or 11213019. OLE color: 11213019.

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

Color convert

RGB 219 24 171 -
CMYK 0 0.89 0.22 0.14
HSL 314.77º 0.8% 0.48% -
HSV(B) 314.77º 0.89% 0.86% -
XYZ 36.89 18.65 40.18 -
YUV 99.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 219 24 171 0 0.89 0.22 0.14 314.77 0.8 0.48
Hex DB 18 AB 0 59 16 E 13B 50 30
Octal 333 30 253 0 131 26 16 473 120 60
Binary 11011011 11000 10101011 0 1011001 10110 1110 100111011 1010000 110000

Color Harmonies of #DB18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18AB

Black with #DB18AB

Text Example


Text Example

White with #DB18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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