#D85999

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

Shades of Hopbush #D85999

Tints of Hopbush #D85999

Color information

#D85999 (or 0xD85999) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 99. RGB value is (216,89,153). Sum of RGB (Red+Green+Blue) = 216+89+153=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D85999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85999 is #27A666. Grayscale: #868686. Windows color (decimal): -2598503 or 10050008. OLE color: 10050008.

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

Color convert

RGB21689153-
CMYK00.590.290.15
HSL329.76º61.95%59.8%-
HSV(B)329.76º58.8%84.71%-
XYZ37.6424.0432.79-
YUV134.27138.58186.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=47.16%
G=19.43%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168915300.590.290.15329.7661.9559.8
HexD8599903B1DF14a3e3c
Octal33013123107335175127674
Binary110110001011001100110010111011111011111101001010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85999; }

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

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

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

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

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

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

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

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