#D85BA1

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

Shades of Hopbush #D85BA1

Tints of Hopbush #D85BA1

Color information

#D85BA1 (or 0xD85BA1) is unknown color: approx Hopbush. HEX triplet: D8, 5B and A1. RGB value is (216,91,161). Sum of RGB (Red+Green+Blue) = 216+91+161=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BA1 is #27A45E. Grayscale: #888888. Windows color (decimal): -2597983 or 10574808. OLE color: 10574808.

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

Color convert

RGB21691161-
CMYK00.580.250.15
HSL326.4º61.58%60.2%-
HSV(B)326.4º57.87%84.71%-
XYZ38.4924.6536.45-
YUV136.36141.91184.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 91 (35.94% from 255) = 19.44%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=46.15%
G=19.44%
B=34.40%

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
Decimal2169116100.580.250.15326.461.5860.2
HexD85BA103A19F1463e3c
Octal33013324107231175067674
Binary110110001011011101000010111010110011111101000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85BA1; }

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

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

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

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

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

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

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

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