#D16DAB

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

Shades of Hopbush #D16DAB

Tints of Hopbush #D16DAB

Color information

#D16DAB (or 0xD16DAB) is unknown color: approx Hopbush. HEX triplet: D1, 6D and AB. RGB value is (209,109,171). Sum of RGB (Red+Green+Blue) = 209+109+171=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16DAB is #2E9254. Grayscale: #919191. Windows color (decimal): -3052117 or 11234769. OLE color: 11234769.

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

Color convert

RGB209109171-
CMYK00.480.180.18
HSL322.8º52.08%62.35%-
HSV(B)322.8º47.85%81.96%-
XYZ39.1127.4341.76-
YUV145.97142.13172.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.74%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=42.74%
G=22.29%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910917100.480.180.18322.852.0862.35
HexD16DAB0301212143343e
Octal32115525306022225036476
Binary1101000111011011010101101100001001010010101000011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16DAB; }

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

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

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

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

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

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

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

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