#D1688D

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

Shades of Hopbush #D1688D

Tints of Hopbush #D1688D

Color information

#D1688D (or 0xD1688D) is unknown color: approx Hopbush. HEX triplet: D1, 68 and 8D. RGB value is (209,104,141). Sum of RGB (Red+Green+Blue) = 209+104+141=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1688D is #2E9772. Grayscale: #8B8B8B. Windows color (decimal): -3053427 or 9267409. OLE color: 9267409.

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

Color convert

RGB209104141-
CMYK00.500.330.18
HSL338.86º53.3%61.37%-
HSV(B)338.86º50.24%81.96%-
XYZ36.0525.3828.2-
YUV139.61128.79177.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 104 (41.02% from 255) = 22.91%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=46.04%
G=22.91%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910414100.500.330.18338.8653.361.37
HexD1688D0322112153353d
Octal32115021506241225236575
Binary11010001110100010001101011001010000110010101010011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1688D; }

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

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

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

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

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

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

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

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