#D16697

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

Shades of Hopbush #D16697

Tints of Hopbush #D16697

Color information

#D16697 (or 0xD16697) is unknown color: approx Hopbush. HEX triplet: D1, 66 and 97. RGB value is (209,102,151). Sum of RGB (Red+Green+Blue) = 209+102+151=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D16697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16697 is #2E9968. Grayscale: #8B8B8B. Windows color (decimal): -3053929 or 9922257. OLE color: 9922257.

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

Color convert

RGB209102151-
CMYK00.510.280.18
HSL332.52º53.77%60.98%-
HSV(B)332.52º51.2%81.96%-
XYZ36.6325.2932.23-
YUV139.58134.45177.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=45.24%
G=22.08%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910215100.510.280.18332.5253.7760.98
HexD166970331C1214d363d
Octal32114622706334225156675
Binary1101000111001101001011101100111110010010101001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16697; }

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

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

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

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

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

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

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

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