Html Css Color HEX #DB019E Hollywood Cerise

📋 copy color: '#DB019E'

red 219 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #DB019E

Tints of Hollywood Cerise #DB019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 57.94%
G = 0.26%
B = 41.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB019E (or 0xDB019E) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9E. RGB value is (219,1,158). Sum of RGB (Red+Green+Blue) = 219+1+158=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019E is #24FE61. Grayscale: #535353. Windows color (decimal): -2424418 or 10355163. OLE color: 10355163.

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

Color convert

RGB 219 1 158 -
CMYK 0 1.00 0.28 0.14
HSL 316.79º 0.99% 0.43% -
HSV(B) 316.79º 1% 0.86% -
XYZ 35.4 17.55 33.87 -
YUV 84.08 169.72 224.23 -
System Red Green Blue C M Y K H S L
Decimal 219 1 158 0 1.00 0.28 0.14 316.79 0.99 0.43
Hex DB 1 9E 0 64 1C E 13D 63 2B
Octal 333 1 236 0 144 34 16 475 143 53
Binary 11011011 1 10011110 0 1100100 11100 1110 100111101 1100011 101011

Color Harmonies of #DB019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB019E

Black with #DB019E

Text Example


Text Example

White with #DB019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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