#d16daf

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

Shades of Hopbush #D16DAF

Tints of Hopbush #D16DAF

Color information

#D16DAF (or 0xD16DAF) is unknown color: approx Hopbush. HEX triplet: D1, 6D and AF. RGB value is (209,109,175). Sum of RGB (Red+Green+Blue) = 209+109+175=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DAF is #2E9250. Grayscale: #929292. Windows color (decimal): -3052113 or 11496913. OLE color: 11496913.

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

Color convert

RGB209109175-
CMYK00.480.160.18
HSL320.4º52.08%62.35%-
HSV(B)320.4º47.85%81.96%-
XYZ39.527.5943.8-
YUV146.42144.13172.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=42.39%
G=22.11%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910917500.480.160.18320.452.0862.35
HexD16DAF0301012140343e
Octal32115525706020225006476
Binary1101000111011011010111101100001000010010101000000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16daf; }

 p { color: rgb(209,109,175); }

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

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

 a { background-color: rgb(209,109,175); }

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

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

 span { border-color: rgb(209,109,175); }

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