#D16084

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

Shades of Hopbush #D16084

Tints of Hopbush #D16084

Color information

#D16084 (or 0xD16084) is unknown color: approx Hopbush. HEX triplet: D1, 60 and 84. RGB value is (209,96,132). Sum of RGB (Red+Green+Blue) = 209+96+132=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D16084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16084 is #2E9F7B. Grayscale: #858585. Windows color (decimal): -3055484 or 8675537. OLE color: 8675537.

HSL color Cylindrical-coordinate representation of color #D16084: hue angle of 340.88º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16084 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB20996132-
CMYK00.540.370.18
HSL340.88º55.12%59.8%-
HSV(B)340.88º54.07%81.96%-
XYZ34.6423.5924.56-
YUV133.89126.94181.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=47.83%
G=21.97%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099613200.540.370.18340.8855.1259.8
HexD160840362512155373c
Octal32114020406645225256774
Binary11010001110000010000100011011010010110010101010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16084; }

 p { color: rgb(209,96,132); }

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

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

 a { background-color: rgb(209,96,132); }

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

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

 span { border-color: rgb(209,96,132); }

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