#D16695

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

Shades of Hopbush #D16695

Tints of Hopbush #D16695

Color information

#D16695 (or 0xD16695) is unknown color: approx Hopbush. HEX triplet: D1, 66 and 95. RGB value is (209,102,149). Sum of RGB (Red+Green+Blue) = 209+102+149=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D16695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16695 is #2E996A. Grayscale: #8B8B8B. Windows color (decimal): -3053931 or 9791185. OLE color: 9791185.

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

Color convert

RGB209102149-
CMYK00.510.290.18
HSL333.64º53.77%60.98%-
HSV(B)333.64º51.2%81.96%-
XYZ36.4725.2331.38-
YUV139.35133.45177.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=45.43%
G=22.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910214900.510.290.18333.6453.7760.98
HexD166950331D1214e363d
Octal32114622506335225166675
Binary1101000111001101001010101100111110110010101001110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16695; }

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

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

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

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

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

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

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

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