#DB5999

Color #DB5999 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DB5999

Tints of Hopbush #DB5999

Color information

#DB5999 (or 0xDB5999) is unknown color: approx Hopbush. HEX triplet: DB, 59 and 99. RGB value is (219,89,153). Sum of RGB (Red+Green+Blue) = 219+89+153=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5999 is #24A666. Grayscale: #878787. Windows color (decimal): -2401895 or 10050011. OLE color: 10050011.

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

Color convert

RGB21989153-
CMYK00.590.300.14
HSL330.46º64.36%60.39%-
HSV(B)330.46º59.36%85.88%-
XYZ38.5424.532.84-
YUV135.17138.07187.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=47.51%
G=19.31%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198915300.590.300.14330.4664.3660.39
HexDB599903B1EE14a403c
Octal333131231073361651210074
Binary1101101110110011001100101110111111011101010010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5999; }

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

 H1.HeaderClassName
 {
   color: #DB5999;
 }
 .AnyTagClassName
 {
   color: #DB5999;
 }
</style>
background-color css

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

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

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

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

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

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