Html Css Color HEX #DB59A9 Hopbush

📋 copy color: '#DB59A9'

red 219 ◦ green 89 ◦ blue 169

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

Shades of Hopbush #DB59A9

Tints of Hopbush #DB59A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.43%

R = 45.91%
G = 18.66%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB59A9 (or 0xDB59A9) is known color: Hopbush. HEX triplet: DB, 59 and A9. RGB value is (219,89,169). Sum of RGB (Red+Green+Blue) = 219+89+169=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A9 is #24A656. Grayscale: #888888. Windows color (decimal): -2401879 or 11098587. OLE color: 11098587.

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

Color convert

RGB 219 89 169 -
CMYK 0 0.59 0.23 0.14
HSL 323.08º 0.64% 0.6% -
HSV(B) 323.08º 0.59% 0.86% -
XYZ 39.95 25.07 40.27 -
YUV 136.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 219 89 169 0 0.59 0.23 0.14 323.08 0.64 0.6
Hex DB 59 A9 0 3B 17 E 143 40 3C
Octal 333 131 251 0 73 27 16 503 100 74
Binary 11011011 1011001 10101001 0 111011 10111 1110 101000011 1000000 111100

Color Harmonies of #DB59A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59A9

Black with #DB59A9

Text Example


Text Example

White with #DB59A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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