#D165B1

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

Shades of Fuchsia #D165B1

Tints of Fuchsia #D165B1

Color information

#D165B1 (or 0xD165B1) is unknown color: approx Fuchsia. HEX triplet: D1, 65 and B1. RGB value is (209,101,177). Sum of RGB (Red+Green+Blue) = 209+101+177=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D165B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165B1 is #2E9A4E. Grayscale: #8D8D8D. Windows color (decimal): -3054159 or 11625937. OLE color: 11625937.

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

Color convert

RGB209101177-
CMYK00.520.150.18
HSL317.78º54%60.78%-
HSV(B)317.78º51.67%81.96%-
XYZ38.8826.0444.57-
YUV141.96147.78175.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=42.92%
G=20.74%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910117700.520.150.18317.785460.78
HexD165B1034F1213e363d
Octal32114526106417224766675
Binary110100011100101101100010110100111110010100111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165B1; }

 p { color: rgb(209,101,177); }

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

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

 a { background-color: rgb(209,101,177); }

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

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

 span { border-color: rgb(209,101,177); }

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