Html Css Color HEX #DB059E Hollywood Cerise

📋 copy color: '#DB059E'

red 219 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #DB059E

Tints of Hollywood Cerise #DB059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 57.33%
G = 1.31%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB059E (or 0xDB059E) is known color: Hollywood Cerise. HEX triplet: DB, 05 and 9E. RGB value is (219,5,158). Sum of RGB (Red+Green+Blue) = 219+5+158=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB059E is #24FA61. Grayscale: #565656. Windows color (decimal): -2423394 or 10356187. OLE color: 10356187.

HSL color Cylindrical-coordinate representation of color #DB059E: hue angle of 317.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB059E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 158 -
CMYK 0 0.98 0.28 0.14
HSL 317.1º 0.96% 0.44% -
HSV(B) 317.1º 0.98% 0.86% -
XYZ 35.44 17.64 33.88 -
YUV 86.43 168.4 222.56 -
System Red Green Blue C M Y K H S L
Decimal 219 5 158 0 0.98 0.28 0.14 317.1 0.96 0.44
Hex DB 5 9E 0 62 1C E 13D 60 2C
Octal 333 5 236 0 142 34 16 475 140 54
Binary 11011011 101 10011110 0 1100010 11100 1110 100111101 1100000 101100

Color Harmonies of #DB059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB059E

Black with #DB059E

Text Example


Text Example

White with #DB059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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