#D86DA3

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

Shades of Hopbush #D86DA3

Tints of Hopbush #D86DA3

Color information

#D86DA3 (or 0xD86DA3) is unknown color: approx Hopbush. HEX triplet: D8, 6D and A3. RGB value is (216,109,163). Sum of RGB (Red+Green+Blue) = 216+109+163=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DA3 is #27925C. Grayscale: #939393. Windows color (decimal): -2593373 or 10710488. OLE color: 10710488.

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

Color convert

RGB216109163-
CMYK00.500.250.15
HSL329.72º57.84%63.73%-
HSV(B)329.72º49.54%84.71%-
XYZ40.428.1837.96-
YUV147.15136.95177.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 163 (64.06% from 255) = 33.40%
R=44.26%
G=22.34%
B=33.40%

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
Decimal21610916300.500.250.15329.7257.8463.73
HexD86DA303219F14a3a40
Octal330155243062311751272100
Binary1101100011011011010001101100101100111111010010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DA3; }

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

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

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

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

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

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

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

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