#D166C0

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

Shades of Fuchsia #D166C0

Tints of Fuchsia #D166C0

Color information

#D166C0 (or 0xD166C0) is unknown color: approx Fuchsia. HEX triplet: D1, 66 and C0. RGB value is (209,102,192). Sum of RGB (Red+Green+Blue) = 209+102+192=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D166C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166C0 is #2E993F. Grayscale: #909090. Windows color (decimal): -3053888 or 12609233. OLE color: 12609233.

HSL color Cylindrical-coordinate representation of color #D166C0: hue angle of 309.53º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166C0 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209102192-
CMYK00.510.080.18
HSL309.53º53.77%60.98%-
HSV(B)309.53º51.2%81.96%-
XYZ40.5626.8652.92-
YUV144.25154.95174.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=41.55%
G=20.28%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910219200.510.080.18309.5353.7760.98
HexD166C0033812136363d
Octal32114630006310224666675
Binary110100011100110110000000110011100010010100110110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D166C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D166C0; }

 p { color: rgb(209,102,192); }

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

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

 a { background-color: rgb(209,102,192); }

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

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

 span { border-color: rgb(209,102,192); }

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