#D85FA1

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

Shades of Hopbush #D85FA1

Tints of Hopbush #D85FA1

Color information

#D85FA1 (or 0xD85FA1) is unknown color: approx Hopbush. HEX triplet: D8, 5F and A1. RGB value is (216,95,161). Sum of RGB (Red+Green+Blue) = 216+95+161=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FA1 is #27A05E. Grayscale: #8A8A8A. Windows color (decimal): -2596959 or 10575832. OLE color: 10575832.

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

Color convert

RGB21695161-
CMYK00.560.250.15
HSL327.27º60.8%60.98%-
HSV(B)327.27º56.02%84.71%-
XYZ38.8425.3636.57-
YUV138.7140.59183.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.76%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=45.76%
G=20.13%
B=34.11%

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
Decimal2169516100.560.250.15327.2760.860.98
HexD85FA103819F1473d3d
Octal33013724107031175077575
Binary110110001011111101000010111000110011111101000111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85FA1; }

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

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

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

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

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

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

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

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