#D16DA6

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

Shades of Hopbush #D16DA6

Tints of Hopbush #D16DA6

Color information

#D16DA6 (or 0xD16DA6) is unknown color: approx Hopbush. HEX triplet: D1, 6D and A6. RGB value is (209,109,166). Sum of RGB (Red+Green+Blue) = 209+109+166=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DA6 is #2E9259. Grayscale: #919191. Windows color (decimal): -3052122 or 10907089. OLE color: 10907089.

HSL color Cylindrical-coordinate representation of color #D16DA6: hue angle of 325.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DA6 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209109166-
CMYK00.480.210.18
HSL325.8º52.08%62.35%-
HSV(B)325.8º47.85%81.96%-
XYZ38.6527.2539.3-
YUV145.4139.63173.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=43.18%
G=22.52%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910916600.480.210.18325.852.0862.35
HexD16DA60301512146343e
Octal32115524606025225066476
Binary1101000111011011010011001100001010110010101000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DA6; }

 p { color: rgb(209,109,166); }

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

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

 a { background-color: rgb(209,109,166); }

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

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

 span { border-color: rgb(209,109,166); }

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