#D85BA2

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

Shades of Hopbush #D85BA2

Tints of Hopbush #D85BA2

Color information

#D85BA2 (or 0xD85BA2) is unknown color: approx Hopbush. HEX triplet: D8, 5B and A2. RGB value is (216,91,162). Sum of RGB (Red+Green+Blue) = 216+91+162=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BA2 is #27A45D. Grayscale: #888888. Windows color (decimal): -2597982 or 10640344. OLE color: 10640344.

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

Color convert

RGB21691162-
CMYK00.580.250.15
HSL325.92º61.58%60.2%-
HSV(B)325.92º57.87%84.71%-
XYZ38.5824.6936.91-
YUV136.47142.41184.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=46.06%
G=19.40%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169116200.580.250.15325.9261.5860.2
HexD85BA203A19F1463e3c
Octal33013324207231175067674
Binary110110001011011101000100111010110011111101000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85BA2; }

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

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

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

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

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

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

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

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