#D169BA

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

Shades of Fuchsia #D169BA

Tints of Fuchsia #D169BA

Color information

#D169BA (or 0xD169BA) is unknown color: approx Fuchsia. HEX triplet: D1, 69 and BA. RGB value is (209,105,186). Sum of RGB (Red+Green+Blue) = 209+105+186=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D169BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D169BA is #2E9645. Grayscale: #919191. Windows color (decimal): -3053126 or 12216785. OLE color: 12216785.

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

Color convert

RGB209105186-
CMYK00.500.110.18
HSL313.27º53.06%61.57%-
HSV(B)313.27º49.76%81.96%-
XYZ40.2127.249.59-
YUV145.33150.96173.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=41.8%
G=21%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910518600.500.110.18313.2753.0661.57
HexD169BA032B12139353e
Octal32115127206213224716576
Binary110100011101001101110100110010101110010100111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169BA; }

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

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

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

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

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

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

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

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