#D85EA3

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

Shades of Hopbush #D85EA3

Tints of Hopbush #D85EA3

Color information

#D85EA3 (or 0xD85EA3) is unknown color: approx Hopbush. HEX triplet: D8, 5E and A3. RGB value is (216,94,163). Sum of RGB (Red+Green+Blue) = 216+94+163=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85EA3 is #27A15C. Grayscale: #8A8A8A. Windows color (decimal): -2597213 or 10706648. OLE color: 10706648.

HSL color Cylindrical-coordinate representation of color #D85EA3: hue angle of 326.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85EA3 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB21694163-
CMYK00.560.250.15
HSL326.07º61%60.78%-
HSV(B)326.07º56.48%84.71%-
XYZ38.9325.2537.47-
YUV138.34141.92183.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=45.67%
G=19.87%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169416300.560.250.15326.076160.78
HexD85EA303819F1463d3d
Octal33013624307031175067575
Binary110110001011110101000110111000110011111101000110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85EA3; }

 p { color: rgb(216,94,163); }

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

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

 a { background-color: rgb(216,94,163); }

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

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

 span { border-color: rgb(216,94,163); }

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