#D9599F

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

Shades of Hopbush #D9599F

Tints of Hopbush #D9599F

Color information

#D9599F (or 0xD9599F) is unknown color: approx Hopbush. HEX triplet: D9, 59 and 9F. RGB value is (217,89,159). Sum of RGB (Red+Green+Blue) = 217+89+159=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9599F is #26A660. Grayscale: #878787. Windows color (decimal): -2532961 or 10443225. OLE color: 10443225.

HSL color Cylindrical-coordinate representation of color #D9599F: hue angle of 327.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9599F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21789159-
CMYK00.590.270.15
HSL327.19º62.75%60%-
HSV(B)327.19º58.99%85.1%-
XYZ38.4524.435.48-
YUV135.25141.41186.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=46.67%
G=19.14%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178915900.590.270.15327.1962.7560
HexD9599F03B1BF1473f3c
Octal33113123707333175077774
Binary110110011011001100111110111011110111111101000111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9599F; }

 p { color: rgb(217,89,159); }

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

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

 a { background-color: rgb(217,89,159); }

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

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

 span { border-color: rgb(217,89,159); }

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