Html Css Color HEX #DB589E Hopbush

📋 copy color: '#DB589E'

red 219 ◦ green 88 ◦ blue 158

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

Shades of Hopbush #DB589E

Tints of Hopbush #DB589E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 47.1%
G = 18.92%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB589E (or 0xDB589E) is known color: Hopbush. HEX triplet: DB, 58 and 9E. RGB value is (219,88,158). Sum of RGB (Red+Green+Blue) = 219+88+158=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB589E is #24A761. Grayscale: #878787. Windows color (decimal): -2402146 or 10377435. OLE color: 10377435.

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

Color convert

RGB 219 88 158 -
CMYK 0 0.60 0.28 0.14
HSL 327.94º 0.65% 0.6% -
HSV(B) 327.94º 0.6% 0.86% -
XYZ 38.87 24.51 35.03 -
YUV 135.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 219 88 158 0 0.60 0.28 0.14 327.94 0.65 0.6
Hex DB 58 9E 0 3C 1C E 148 41 3C
Octal 333 130 236 0 74 34 16 510 101 74
Binary 11011011 1011000 10011110 0 111100 11100 1110 101001000 1000001 111100

Color Harmonies of #DB589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB589E

Black with #DB589E

Text Example


Text Example

White with #DB589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB589E; }

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

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

background-color css

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

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

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

border-color css

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

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

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