#D169B5

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

Shades of Fuchsia #D169B5

Tints of Fuchsia #D169B5

Color information

#D169B5 (or 0xD169B5) is unknown color: approx Fuchsia. HEX triplet: D1, 69 and B5. RGB value is (209,105,181). Sum of RGB (Red+Green+Blue) = 209+105+181=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D169B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169B5 is #2E964A. Grayscale: #909090. Windows color (decimal): -3053131 or 11889105. OLE color: 11889105.

HSL color Cylindrical-coordinate representation of color #D169B5: hue angle of 316.15º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D169B5 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209105181-
CMYK00.500.130.18
HSL316.15º53.06%61.57%-
HSV(B)316.15º49.76%81.96%-
XYZ39.6926.9946.83-
YUV144.76148.46173.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=42.22%
G=21.21%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910518100.500.130.18316.1553.0661.57
HexD169B5032D1213c353e
Octal32115126506215224746576
Binary110100011101001101101010110010110110010100111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169B5; }

 p { color: rgb(209,105,181); }

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

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

 a { background-color: rgb(209,105,181); }

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

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

 span { border-color: rgb(209,105,181); }

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