#DB599B

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

Shades of Hopbush #DB599B

Tints of Hopbush #DB599B

Color information

#DB599B (or 0xDB599B) is unknown color: approx Hopbush. HEX triplet: DB, 59 and 9B. RGB value is (219,89,155). Sum of RGB (Red+Green+Blue) = 219+89+155=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB599B is #24A664. Grayscale: #878787. Windows color (decimal): -2401893 or 10181083. OLE color: 10181083.

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

Color convert

RGB21989155-
CMYK00.590.290.14
HSL329.54º64.36%60.39%-
HSV(B)329.54º59.36%85.88%-
XYZ38.724.5733.71-
YUV135.39139.07187.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=47.30%
G=19.22%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198915500.590.290.14329.5464.3660.39
HexDB599B03B1DE14a403c
Octal333131233073351651210074
Binary1101101110110011001101101110111110111101010010101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB599B; }

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

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

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

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

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

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

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

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