Html Css Color HEX #DB059F Hollywood Cerise

📋 copy color: '#DB059F'

red 219 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #DB059F

Tints of Hollywood Cerise #DB059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 57.18%
G = 1.31%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB059F (or 0xDB059F) is known color: Hollywood Cerise. HEX triplet: DB, 05 and 9F. RGB value is (219,5,159). Sum of RGB (Red+Green+Blue) = 219+5+159=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB059F is #24FA60. Grayscale: #565656. Windows color (decimal): -2423393 or 10421723. OLE color: 10421723.

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

Color convert

RGB 219 5 159 -
CMYK 0 0.98 0.27 0.14
HSL 316.82º 0.96% 0.44% -
HSV(B) 316.82º 0.98% 0.86% -
XYZ 35.53 17.67 34.34 -
YUV 86.54 168.9 222.48 -
System Red Green Blue C M Y K H S L
Decimal 219 5 159 0 0.98 0.27 0.14 316.82 0.96 0.44
Hex DB 5 9F 0 62 1B E 13D 60 2C
Octal 333 5 237 0 142 33 16 475 140 54
Binary 11011011 101 10011111 0 1100010 11011 1110 100111101 1100000 101100

Color Harmonies of #DB059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB059F

Black with #DB059F

Text Example


Text Example

White with #DB059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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