#D16990

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

Shades of Hopbush #D16990

Tints of Hopbush #D16990

Color information

#D16990 (or 0xD16990) is unknown color: approx Hopbush. HEX triplet: D1, 69 and 90. RGB value is (209,105,144). Sum of RGB (Red+Green+Blue) = 209+105+144=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D16990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16990 is #2E966F. Grayscale: #8C8C8C. Windows color (decimal): -3053168 or 9464273. OLE color: 9464273.

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

Color convert

RGB209105144-
CMYK00.500.310.18
HSL337.5º53.06%61.57%-
HSV(B)337.5º49.76%81.96%-
XYZ36.3825.6729.42-
YUV140.54129.96176.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=45.63%
G=22.93%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910514400.500.310.18337.553.0661.57
HexD169900321F12152353e
Octal32115122006237225226576
Binary1101000111010011001000001100101111110010101010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16990; }

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

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

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

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

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

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

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

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