#D16287

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

Shades of Hopbush #D16287

Tints of Hopbush #D16287

Color information

#D16287 (or 0xD16287) is unknown color: approx Hopbush. HEX triplet: D1, 62 and 87. RGB value is (209,98,135). Sum of RGB (Red+Green+Blue) = 209+98+135=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16287 is #2E9D78. Grayscale: #878787. Windows color (decimal): -3054969 or 8872657. OLE color: 8872657.

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

Color convert

RGB20998135-
CMYK00.530.350.18
HSL340º54.68%60.2%-
HSV(B)340º53.11%81.96%-
XYZ35.0424.0425.72-
YUV135.41127.77180.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.29%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=47.29%
G=22.17%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099813500.530.350.1834054.6860.2
HexD162870352312154373c
Octal32114220706543225246774
Binary11010001110001010000111011010110001110010101010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16287; }

 p { color: rgb(209,98,135); }

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

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

 a { background-color: rgb(209,98,135); }

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

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

 span { border-color: rgb(209,98,135); }

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