#D16AB2

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

Shades of Fuchsia #D16AB2

Tints of Fuchsia #D16AB2

Color information

#D16AB2 (or 0xD16AB2) is unknown color: approx Fuchsia. HEX triplet: D1, 6A and B2. RGB value is (209,106,178). Sum of RGB (Red+Green+Blue) = 209+106+178=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16AB2 is #2E954D. Grayscale: #909090. Windows color (decimal): -3052878 or 11692753. OLE color: 11692753.

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

Color convert

RGB209106178-
CMYK00.490.150.18
HSL318.06º52.82%61.76%-
HSV(B)318.06º49.28%81.96%-
XYZ39.4827.0845.26-
YUV145146.62173.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=42.39%
G=21.50%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910617800.490.150.18318.0652.8261.76
HexD16AB2031F1213e353e
Octal32115226206117224766576
Binary110100011101010101100100110001111110010100111110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16AB2; }

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

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

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

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

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

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

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

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