#D166AD

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

Shades of Hopbush #D166AD

Tints of Hopbush #D166AD

Color information

#D166AD (or 0xD166AD) is unknown color: approx Hopbush. HEX triplet: D1, 66 and AD. RGB value is (209,102,173). Sum of RGB (Red+Green+Blue) = 209+102+173=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D166AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D166AD is #2E9952. Grayscale: #8D8D8D. Windows color (decimal): -3053907 or 11364049. OLE color: 11364049.

HSL color Cylindrical-coordinate representation of color #D166AD: hue angle of 320.19º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166AD is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209102173-
CMYK00.510.170.18
HSL320.19º53.77%60.98%-
HSV(B)320.19º51.2%81.96%-
XYZ38.5926.0842.53-
YUV142.09145.45175.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=43.18%
G=21.07%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910217300.510.170.18320.1953.7760.98
HexD166AD0331112140363d
Octal32114625506321225006675
Binary1101000111001101010110101100111000110010101000000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D166AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D166AD; }

 p { color: rgb(209,102,173); }

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

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

 a { background-color: rgb(209,102,173); }

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

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

 span { border-color: rgb(209,102,173); }

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