Html Css Color HEX #DB5897 Hopbush

📋 copy color: '#DB5897'

red 219 ◦ green 88 ◦ blue 151

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

Shades of Hopbush #DB5897

Tints of Hopbush #DB5897

RGB

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

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

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

R = 47.82%
G = 19.21%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5897 (or 0xDB5897) is known color: Hopbush. HEX triplet: DB, 58 and 97. RGB value is (219,88,151). Sum of RGB (Red+Green+Blue) = 219+88+151=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5897 is #24A768. Grayscale: #868686. Windows color (decimal): -2402153 or 9918683. OLE color: 9918683.

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

Color convert

RGB 219 88 151 -
CMYK 0 0.60 0.31 0.14
HSL 331.15º 0.65% 0.6% -
HSV(B) 331.15º 0.6% 0.86% -
XYZ 38.29 24.27 31.95 -
YUV 134.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 219 88 151 0 0.60 0.31 0.14 331.15 0.65 0.6
Hex DB 58 97 0 3C 1F E 14B 41 3C
Octal 333 130 227 0 74 37 16 513 101 74
Binary 11011011 1011000 10010111 0 111100 11111 1110 101001011 1000001 111100

Color Harmonies of #DB5897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5897

Black with #DB5897

Text Example


Text Example

White with #DB5897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5897; }

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

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

background-color css

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

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

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

border-color css

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

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

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