#D16995

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

Shades of Hopbush #D16995

Tints of Hopbush #D16995

Color information

#D16995 (or 0xD16995) is unknown color: approx Hopbush. HEX triplet: D1, 69 and 95. RGB value is (209,105,149). Sum of RGB (Red+Green+Blue) = 209+105+149=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D16995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16995 is #2E966A. Grayscale: #8D8D8D. Windows color (decimal): -3053163 or 9791953. OLE color: 9791953.

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

Color convert

RGB209105149-
CMYK00.500.290.18
HSL334.62º53.06%61.57%-
HSV(B)334.62º49.76%81.96%-
XYZ36.7725.8331.48-
YUV141.11132.46176.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=45.14%
G=22.68%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910514900.500.290.18334.6253.0661.57
HexD169950321D1214f353e
Octal32115122506235225176576
Binary1101000111010011001010101100101110110010101001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16995; }

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

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

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

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

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

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

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

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