#D1699B

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

Shades of Hopbush #D1699B

Tints of Hopbush #D1699B

Color information

#D1699B (or 0xD1699B) is unknown color: approx Hopbush. HEX triplet: D1, 69 and 9B. RGB value is (209,105,155). Sum of RGB (Red+Green+Blue) = 209+105+155=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1699B is #2E9664. Grayscale: #8D8D8D. Windows color (decimal): -3053157 or 10185169. OLE color: 10185169.

HSL color Cylindrical-coordinate representation of color #D1699B: hue angle of 331.15º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1699B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209105155-
CMYK00.500.260.18
HSL331.15º53.06%61.57%-
HSV(B)331.15º49.76%81.96%-
XYZ37.2626.0334.07-
YUV141.8135.46175.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 155 (60.94% from 255) = 33.05%
R=44.56%
G=22.39%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910515500.500.260.18331.1553.0661.57
HexD1699B0321A1214b353e
Octal32115123306232225136576
Binary1101000111010011001101101100101101010010101001011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1699B; }

 p { color: rgb(209,105,155); }

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

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

 a { background-color: rgb(209,105,155); }

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

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

 span { border-color: rgb(209,105,155); }

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