#D86DA1

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

Shades of Hopbush #D86DA1

Tints of Hopbush #D86DA1

Color information

#D86DA1 (or 0xD86DA1) is unknown color: approx Hopbush. HEX triplet: D8, 6D and A1. RGB value is (216,109,161). Sum of RGB (Red+Green+Blue) = 216+109+161=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DA1 is #27925E. Grayscale: #929292. Windows color (decimal): -2593375 or 10579416. OLE color: 10579416.

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

Color convert

RGB216109161-
CMYK00.500.250.15
HSL330.84º57.84%63.73%-
HSV(B)330.84º49.54%84.71%-
XYZ40.2228.1137.02-
YUV146.92135.95177.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=44.44%
G=22.43%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610916100.500.250.15330.8457.8463.73
HexD86DA103219F14b3a40
Octal330155241062311751372100
Binary1101100011011011010000101100101100111111010010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DA1; }

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

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

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

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

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

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

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

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