Html Css Color HEX #DB5899 Hopbush

📋 copy color: '#DB5899'

red 219 ◦ green 88 ◦ blue 153

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

Shades of Hopbush #DB5899

Tints of Hopbush #DB5899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 47.61%
G = 19.13%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB5899 (or 0xDB5899) is known color: Hopbush. HEX triplet: DB, 58 and 99. RGB value is (219,88,153). Sum of RGB (Red+Green+Blue) = 219+88+153=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5899 is #24A766. Grayscale: #868686. Windows color (decimal): -2402151 or 10049755. OLE color: 10049755.

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

Color convert

RGB 219 88 153 -
CMYK 0 0.60 0.30 0.14
HSL 330.23º 0.65% 0.6% -
HSV(B) 330.23º 0.6% 0.86% -
XYZ 38.45 24.34 32.81 -
YUV 134.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 219 88 153 0 0.60 0.30 0.14 330.23 0.65 0.6
Hex DB 58 99 0 3C 1E E 14A 41 3C
Octal 333 130 231 0 74 36 16 512 101 74
Binary 11011011 1011000 10011001 0 111100 11110 1110 101001010 1000001 111100

Color Harmonies of #DB5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5899

Black with #DB5899

Text Example


Text Example

White with #DB5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5899; }

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

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

background-color css

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

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

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

border-color css

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

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

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