Html Css Color HEX #DB5997 Hopbush

📋 copy color: '#DB5997'

red 219 ◦ green 89 ◦ blue 151

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

Shades of Hopbush #DB5997

Tints of Hopbush #DB5997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 47.71%
G = 19.39%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5997 (or 0xDB5997) is known color: Hopbush. HEX triplet: DB, 59 and 97. RGB value is (219,89,151). Sum of RGB (Red+Green+Blue) = 219+89+151=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5997 is #24A668. Grayscale: #868686. Windows color (decimal): -2401897 or 9918939. OLE color: 9918939.

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

Color convert

RGB 219 89 151 -
CMYK 0 0.59 0.31 0.14
HSL 331.38º 0.64% 0.6% -
HSV(B) 331.38º 0.59% 0.86% -
XYZ 38.37 24.44 31.97 -
YUV 134.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 219 89 151 0 0.59 0.31 0.14 331.38 0.64 0.6
Hex DB 59 97 0 3B 1F E 14B 40 3C
Octal 333 131 227 0 73 37 16 513 100 74
Binary 11011011 1011001 10010111 0 111011 11111 1110 101001011 1000000 111100

Color Harmonies of #DB5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5997

Black with #DB5997

Text Example


Text Example

White with #DB5997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5997; }

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

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

background-color css

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

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

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

border-color css

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

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

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