#D16A94

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

Shades of Hopbush #D16A94

Tints of Hopbush #D16A94

Color information

#D16A94 (or 0xD16A94) is unknown color: approx Hopbush. HEX triplet: D1, 6A and 94. RGB value is (209,106,148). Sum of RGB (Red+Green+Blue) = 209+106+148=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16A94 is #2E956B. Grayscale: #8D8D8D. Windows color (decimal): -3052908 or 9726673. OLE color: 9726673.

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

Color convert

RGB209106148-
CMYK00.490.290.18
HSL335.53º52.82%61.76%-
HSV(B)335.53º49.28%81.96%-
XYZ36.792631.1-
YUV141.58131.62176.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=45.14%
G=22.89%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910614800.490.290.18335.5352.8261.76
HexD16A940311D12150353e
Octal32115222406135225206576
Binary1101000111010101001010001100011110110010101010000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A94; }

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

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

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

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

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

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

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

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