#D85995

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

Shades of Hopbush #D85995

Tints of Hopbush #D85995

Color information

#D85995 (or 0xD85995) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 95. RGB value is (216,89,149). Sum of RGB (Red+Green+Blue) = 216+89+149=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D85995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85995 is #27A66A. Grayscale: #858585. Windows color (decimal): -2598507 or 9787864. OLE color: 9787864.

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

Color convert

RGB21689149-
CMYK00.590.310.15
HSL331.65º61.95%59.8%-
HSV(B)331.65º58.8%84.71%-
XYZ37.3223.9131.08-
YUV133.81136.58186.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=47.58%
G=19.60%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168914900.590.310.15331.6561.9559.8
HexD8599503B1FF14c3e3c
Octal33013122507337175147674
Binary110110001011001100101010111011111111111101001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85995; }

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

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

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

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

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

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

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

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