#D165B7

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

Shades of Fuchsia #D165B7

Tints of Fuchsia #D165B7

Color information

#D165B7 (or 0xD165B7) is unknown color: approx Fuchsia. HEX triplet: D1, 65 and B7. RGB value is (209,101,183). Sum of RGB (Red+Green+Blue) = 209+101+183=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D165B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165B7 is #2E9A48. Grayscale: #8E8E8E. Windows color (decimal): -3054153 or 12019153. OLE color: 12019153.

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

Color convert

RGB209101183-
CMYK00.520.120.18
HSL314.44º54%60.78%-
HSV(B)314.44º51.67%81.96%-
XYZ39.526.2847.79-
YUV142.64150.78175.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=42.39%
G=20.49%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910118300.520.120.18314.445460.78
HexD165B7034C1213a363d
Octal32114526706414224726675
Binary110100011100101101101110110100110010010100111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165B7; }

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

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

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

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

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

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

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

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