#D86EA5

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

Shades of Hopbush #D86EA5

Tints of Hopbush #D86EA5

Color information

#D86EA5 (or 0xD86EA5) is unknown color: approx Hopbush. HEX triplet: D8, 6E and A5. RGB value is (216,110,165). Sum of RGB (Red+Green+Blue) = 216+110+165=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D86EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86EA5 is #27915A. Grayscale: #939393. Windows color (decimal): -2593115 or 10841816. OLE color: 10841816.

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

Color convert

RGB216110165-
CMYK00.490.240.15
HSL328.87º57.61%63.92%-
HSV(B)328.87º49.07%84.71%-
XYZ40.6928.4738.95-
YUV147.96137.62176.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=43.99%
G=22.40%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611016500.490.240.15328.8757.6163.92
HexD86EA503118F1493a40
Octal330156245061301751172100
Binary1101100011011101010010101100011100011111010010011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86EA5; }

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

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

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

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

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

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

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

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