#D161B6

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

Shades of Fuchsia #D161B6

Tints of Fuchsia #D161B6

Color information

#D161B6 (or 0xD161B6) is unknown color: approx Fuchsia. HEX triplet: D1, 61 and B6. RGB value is (209,97,182). Sum of RGB (Red+Green+Blue) = 209+97+182=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D161B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161B6 is #2E9E49. Grayscale: #8B8B8B. Windows color (decimal): -3055178 or 11952593. OLE color: 11952593.

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

Color convert

RGB20997182-
CMYK00.540.130.18
HSL314.46º54.9%60%-
HSV(B)314.46º53.59%81.96%-
XYZ39.0125.4847.12-
YUV140.18151.61177.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=42.83%
G=19.88%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099718200.540.130.18314.4654.960
HexD161B6036D1213a373c
Octal32114126606615224726774
Binary110100011100001101101100110110110110010100111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161B6; }

 p { color: rgb(209,97,182); }

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

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

 a { background-color: rgb(209,97,182); }

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

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

 span { border-color: rgb(209,97,182); }

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