#D1689D

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

Shades of Hopbush #D1689D

Tints of Hopbush #D1689D

Color information

#D1689D (or 0xD1689D) is unknown color: approx Hopbush. HEX triplet: D1, 68 and 9D. RGB value is (209,104,157). Sum of RGB (Red+Green+Blue) = 209+104+157=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1689D is #2E9762. Grayscale: #8D8D8D. Windows color (decimal): -3053411 or 10315985. OLE color: 10315985.

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

Color convert

RGB209104157-
CMYK00.500.250.18
HSL329.71º53.3%61.37%-
HSV(B)329.71º50.24%81.96%-
XYZ37.3325.8934.93-
YUV141.44136.79176.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=44.47%
G=22.13%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910415700.500.250.18329.7153.361.37
HexD1689D032191214a353d
Octal32115023506231225126575
Binary1101000111010001001110101100101100110010101001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1689D; }

 p { color: rgb(209,104,157); }

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

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

 a { background-color: rgb(209,104,157); }

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

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

 span { border-color: rgb(209,104,157); }

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