#DB5F99

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

Shades of Hopbush #DB5F99

Tints of Hopbush #DB5F99

Color information

#DB5F99 (or 0xDB5F99) is unknown color: approx Hopbush. HEX triplet: DB, 5F and 99. RGB value is (219,95,153). Sum of RGB (Red+Green+Blue) = 219+95+153=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F99 is #24A066. Grayscale: #8A8A8A. Windows color (decimal): -2400359 or 10051547. OLE color: 10051547.

HSL color Cylindrical-coordinate representation of color #DB5F99: hue angle of 331.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F99 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB21995153-
CMYK00.570.300.14
HSL331.94º63.27%61.57%-
HSV(B)331.94º56.62%85.88%-
XYZ39.0625.5433.01-
YUV138.69136.08185.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=46.90%
G=20.34%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199515300.570.300.14331.9463.2761.57
HexDB5F990391EE14c3f3e
Octal33313723107136165147776
Binary110110111011111100110010111001111101110101001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5F99; }

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

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

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

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

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

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

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

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