#D86AA8

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

Shades of Hopbush #D86AA8

Tints of Hopbush #D86AA8

Color information

#D86AA8 (or 0xD86AA8) is unknown color: approx Hopbush. HEX triplet: D8, 6A and A8. RGB value is (216,106,168). Sum of RGB (Red+Green+Blue) = 216+106+168=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86AA8 is #279557. Grayscale: #919191. Windows color (decimal): -2594136 or 11037400. OLE color: 11037400.

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

Color convert

RGB216106168-
CMYK00.510.220.15
HSL326.18º58.51%63.14%-
HSV(B)326.18º50.93%84.71%-
XYZ40.5427.7340.26-
YUV145.96140.44177.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 168 (66.02% from 255) = 34.29%
R=44.08%
G=21.63%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610616800.510.220.15326.1858.5163.14
HexD86AA803316F1463b3f
Octal33015225006326175067377
Binary110110001101010101010000110011101101111101000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86AA8; }

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

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

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

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

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

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

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

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