#D161B4

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

Shades of Fuchsia #D161B4

Tints of Fuchsia #D161B4

Color information

#D161B4 (or 0xD161B4) is unknown color: approx Fuchsia. HEX triplet: D1, 61 and B4. RGB value is (209,97,180). Sum of RGB (Red+Green+Blue) = 209+97+180=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D161B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161B4 is #2E9E4B. Grayscale: #8B8B8B. Windows color (decimal): -3055180 or 11821521. OLE color: 11821521.

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

Color convert

RGB20997180-
CMYK00.540.140.18
HSL315.54º54.9%60%-
HSV(B)315.54º53.59%81.96%-
XYZ38.8125.446.04-
YUV139.95150.61177.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=43.00%
G=19.96%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099718000.540.140.18315.5454.960
HexD161B4036E1213c373c
Octal32114126406616224746774
Binary110100011100001101101000110110111010010100111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161B4; }

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

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

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

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

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

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

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

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