#D86EA1

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

Shades of Hopbush #D86EA1

Tints of Hopbush #D86EA1

Color information

#D86EA1 (or 0xD86EA1) is unknown color: approx Hopbush. HEX triplet: D8, 6E and A1. RGB value is (216,110,161). Sum of RGB (Red+Green+Blue) = 216+110+161=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EA1 is #27915E. Grayscale: #939393. Windows color (decimal): -2593119 or 10579672. OLE color: 10579672.

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

Color convert

RGB216110161-
CMYK00.490.250.15
HSL331.13º57.61%63.92%-
HSV(B)331.13º49.07%84.71%-
XYZ40.3328.3237.06-
YUV147.51135.62176.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=44.35%
G=22.59%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611016100.490.250.15331.1357.6163.92
HexD86EA103119F14b3a40
Octal330156241061311751372100
Binary1101100011011101010000101100011100111111010010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EA1; }

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

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

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

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

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

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

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

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