#D86EA6

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

Shades of Hopbush #D86EA6

Tints of Hopbush #D86EA6

Color information

#D86EA6 (or 0xD86EA6) is unknown color: approx Hopbush. HEX triplet: D8, 6E and A6. RGB value is (216,110,166). Sum of RGB (Red+Green+Blue) = 216+110+166=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EA6 is #279159. Grayscale: #939393. Windows color (decimal): -2593114 or 10907352. OLE color: 10907352.

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

Color convert

RGB216110166-
CMYK00.490.230.15
HSL328.3º57.61%63.92%-
HSV(B)328.3º49.07%84.71%-
XYZ40.7828.539.43-
YUV148.08138.12176.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 166 (65.23% from 255) = 33.74%
R=43.90%
G=22.36%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611016600.490.230.15328.357.6163.92
HexD86EA603117F1483a40
Octal330156246061271751072100
Binary1101100011011101010011001100011011111111010010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EA6; }

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

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

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

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

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

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

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

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