Html Css Color HEX #DB59A0 Hopbush

📋 copy color: '#DB59A0'

red 219 ◦ green 89 ◦ blue 160

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

Shades of Hopbush #DB59A0

Tints of Hopbush #DB59A0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.02%

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 46.79%
G = 19.02%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB59A0 (or 0xDB59A0) is known color: Hopbush. HEX triplet: DB, 59 and A0. RGB value is (219,89,160). Sum of RGB (Red+Green+Blue) = 219+89+160=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A0 is #24A65F. Grayscale: #878787. Windows color (decimal): -2401888 or 10508763. OLE color: 10508763.

HSL color Cylindrical-coordinate representation of color #DB59A0: hue angle of 327.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59A0 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 160 -
CMYK 0 0.59 0.27 0.14
HSL 327.23º 0.64% 0.6% -
HSV(B) 327.23º 0.59% 0.86% -
XYZ 39.13 24.74 35.97 -
YUV 135.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 219 89 160 0 0.59 0.27 0.14 327.23 0.64 0.6
Hex DB 59 A0 0 3B 1B E 147 40 3C
Octal 333 131 240 0 73 33 16 507 100 74
Binary 11011011 1011001 10100000 0 111011 11011 1110 101000111 1000000 111100

Color Harmonies of #DB59A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59A0

Black with #DB59A0

Text Example


Text Example

White with #DB59A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59A0; }

 p { color: rgb(219,89,160); }

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

background-color css

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

 a { background-color: rgb(219,89,160); }

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

border-color css

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

 span { border-color: rgb(219,89,160); }

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