#D85B90

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

Shades of Hopbush #D85B90

Tints of Hopbush #D85B90

Color information

#D85B90 (or 0xD85B90) is unknown color: approx Hopbush. HEX triplet: D8, 5B and 90. RGB value is (216,91,144). Sum of RGB (Red+Green+Blue) = 216+91+144=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B90 is #27A46F. Grayscale: #868686. Windows color (decimal): -2598000 or 9460696. OLE color: 9460696.

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

Color convert

RGB21691144-
CMYK00.580.330.15
HSL334.56º61.58%60.2%-
HSV(B)334.56º57.87%84.71%-
XYZ37.0924.0929.08-
YUV134.42133.41186.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=47.89%
G=20.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169114400.580.330.15334.5661.5860.2
HexD85B9003A21F14f3e3c
Octal33013322007241175177674
Binary1101100010110111001000001110101000011111101001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B90; }

 p { color: rgb(216,91,144); }

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

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

 a { background-color: rgb(216,91,144); }

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

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

 span { border-color: rgb(216,91,144); }

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