#D16894

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

Shades of Hopbush #D16894

Tints of Hopbush #D16894

Color information

#D16894 (or 0xD16894) is unknown color: approx Hopbush. HEX triplet: D1, 68 and 94. RGB value is (209,104,148). Sum of RGB (Red+Green+Blue) = 209+104+148=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D16894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16894 is #2E976B. Grayscale: #8C8C8C. Windows color (decimal): -3053420 or 9726161. OLE color: 9726161.

HSL color Cylindrical-coordinate representation of color #D16894: hue angle of 334.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16894 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209104148-
CMYK00.500.290.18
HSL334.86º53.3%61.37%-
HSV(B)334.86º50.24%81.96%-
XYZ36.5925.5931.03-
YUV140.41132.29176.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=45.34%
G=22.56%
B=32.10%

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
Decimal20910414800.500.290.18334.8653.361.37
HexD168940321D1214f353d
Octal32115022406235225176575
Binary1101000111010001001010001100101110110010101001111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16894; }

 p { color: rgb(209,104,148); }

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

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

 a { background-color: rgb(209,104,148); }

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

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

 span { border-color: rgb(209,104,148); }

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