Html Css Color HEX #DB59A6 Hopbush

📋 copy color: '#DB59A6'

red 219 ◦ green 89 ◦ blue 166

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

Shades of Hopbush #DB59A6

Tints of Hopbush #DB59A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 46.2%
G = 18.78%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB59A6 (or 0xDB59A6) is known color: Hopbush. HEX triplet: DB, 59 and A6. RGB value is (219,89,166). Sum of RGB (Red+Green+Blue) = 219+89+166=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A6 is #24A659. Grayscale: #888888. Windows color (decimal): -2401882 or 10901979. OLE color: 10901979.

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

Color convert

RGB 219 89 166 -
CMYK 0 0.59 0.24 0.14
HSL 324.46º 0.64% 0.6% -
HSV(B) 324.46º 0.59% 0.86% -
XYZ 39.67 24.96 38.8 -
YUV 136.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 219 89 166 0 0.59 0.24 0.14 324.46 0.64 0.6
Hex DB 59 A6 0 3B 18 E 144 40 3C
Octal 333 131 246 0 73 30 16 504 100 74
Binary 11011011 1011001 10100110 0 111011 11000 1110 101000100 1000000 111100

Color Harmonies of #DB59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59A6

Black with #DB59A6

Text Example


Text Example

White with #DB59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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