#D86AAB

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

Shades of Hopbush #D86AAB

Tints of Hopbush #D86AAB

Color information

#D86AAB (or 0xD86AAB) is unknown color: approx Hopbush. HEX triplet: D8, 6A and AB. RGB value is (216,106,171). Sum of RGB (Red+Green+Blue) = 216+106+171=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86AAB is #279554. Grayscale: #929292. Windows color (decimal): -2594133 or 11234008. OLE color: 11234008.

HSL color Cylindrical-coordinate representation of color #D86AAB: hue angle of 324.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86AAB is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216106171-
CMYK00.510.210.15
HSL324.55º58.51%63.14%-
HSV(B)324.55º50.93%84.71%-
XYZ40.8227.8541.75-
YUV146.3141.94177.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=43.81%
G=21.50%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610617100.510.210.15324.5558.5163.14
HexD86AAB03315F1453b3f
Octal33015225306325175057377
Binary110110001101010101010110110011101011111101000101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86AAB; }

 p { color: rgb(216,106,171); }

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

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

 a { background-color: rgb(216,106,171); }

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

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

 span { border-color: rgb(216,106,171); }

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