#D16288

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

Shades of Hopbush #D16288

Tints of Hopbush #D16288

Color information

#D16288 (or 0xD16288) is unknown color: approx Hopbush. HEX triplet: D1, 62 and 88. RGB value is (209,98,136). Sum of RGB (Red+Green+Blue) = 209+98+136=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16288 is #2E9D77. Grayscale: #878787. Windows color (decimal): -3054968 or 8938193. OLE color: 8938193.

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

Color convert

RGB20998136-
CMYK00.530.350.18
HSL339.46º54.68%60.2%-
HSV(B)339.46º53.11%81.96%-
XYZ35.1124.0726.09-
YUV135.52128.27180.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=47.18%
G=22.12%
B=30.70%

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
Decimal2099813600.530.350.18339.4654.6860.2
HexD162880352312153373c
Octal32114221006543225236774
Binary11010001110001010001000011010110001110010101010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16288; }

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

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

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

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

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

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

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

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