#D86DAD

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

Shades of Hopbush #D86DAD

Tints of Hopbush #D86DAD

Color information

#D86DAD (or 0xD86DAD) is unknown color: approx Hopbush. HEX triplet: D8, 6D and AD. RGB value is (216,109,173). Sum of RGB (Red+Green+Blue) = 216+109+173=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DAD is #279252. Grayscale: #949494. Windows color (decimal): -2593363 or 11365848. OLE color: 11365848.

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

Color convert

RGB216109173-
CMYK00.500.200.15
HSL324.11º57.84%63.73%-
HSV(B)324.11º49.54%84.71%-
XYZ41.3328.5542.87-
YUV148.29141.95176.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=43.37%
G=21.89%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610917300.500.200.15324.1157.8463.73
HexD86DAD03214F1443a40
Octal330155255062241750472100
Binary1101100011011011010110101100101010011111010001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DAD; }

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

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

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

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

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

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

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

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