Html Css Color HEX #DB019C Hollywood Cerise

📋 copy color: '#DB019C'

red 219 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #DB019C

Tints of Hollywood Cerise #DB019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 58.24%
G = 0.27%
B = 41.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB019C (or 0xDB019C) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9C. RGB value is (219,1,156). Sum of RGB (Red+Green+Blue) = 219+1+156=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019C is #24FE63. Grayscale: #535353. Windows color (decimal): -2424420 or 10224091. OLE color: 10224091.

HSL color Cylindrical-coordinate representation of color #DB019C: hue angle of 317.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB019C is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 156 -
CMYK 0 1.00 0.29 0.14
HSL 317.34º 0.99% 0.43% -
HSV(B) 317.34º 1% 0.86% -
XYZ 35.23 17.48 32.97 -
YUV 83.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 219 1 156 0 1.00 0.29 0.14 317.34 0.99 0.43
Hex DB 1 9C 0 64 1D E 13D 63 2B
Octal 333 1 234 0 144 35 16 475 143 53
Binary 11011011 1 10011100 0 1100100 11101 1110 100111101 1100011 101011

Color Harmonies of #DB019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB019C

Black with #DB019C

Text Example


Text Example

White with #DB019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB019C; }

 p { color: rgb(219,1,156); }

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

background-color css

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

 a { background-color: rgb(219,1,156); }

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

border-color css

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

 span { border-color: rgb(219,1,156); }

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