Html Css Color HEX #DB599E Hopbush

📋 copy color: '#DB599E'

red 219 ◦ green 89 ◦ blue 158

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

Shades of Hopbush #DB599E

Tints of Hopbush #DB599E

RGB

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

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

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

R = 47%
G = 19.1%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB599E (or 0xDB599E) is known color: Hopbush. HEX triplet: DB, 59 and 9E. RGB value is (219,89,158). Sum of RGB (Red+Green+Blue) = 219+89+158=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB599E is #24A661. Grayscale: #878787. Windows color (decimal): -2401890 or 10377691. OLE color: 10377691.

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

Color convert

RGB 219 89 158 -
CMYK 0 0.59 0.28 0.14
HSL 328.15º 0.64% 0.6% -
HSV(B) 328.15º 0.59% 0.86% -
XYZ 38.96 24.67 35.06 -
YUV 135.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 219 89 158 0 0.59 0.28 0.14 328.15 0.64 0.6
Hex DB 59 9E 0 3B 1C E 148 40 3C
Octal 333 131 236 0 73 34 16 510 100 74
Binary 11011011 1011001 10011110 0 111011 11100 1110 101001000 1000000 111100

Color Harmonies of #DB599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB599E

Black with #DB599E

Text Example


Text Example

White with #DB599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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