#D161B5

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

Shades of Fuchsia #D161B5

Tints of Fuchsia #D161B5

Color information

#D161B5 (or 0xD161B5) is unknown color: approx Fuchsia. HEX triplet: D1, 61 and B5. RGB value is (209,97,181). Sum of RGB (Red+Green+Blue) = 209+97+181=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D161B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161B5 is #2E9E4A. Grayscale: #8B8B8B. Windows color (decimal): -3055179 or 11887057. OLE color: 11887057.

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

Color convert

RGB20997181-
CMYK00.540.130.18
HSL315º54.9%60%-
HSV(B)315º53.59%81.96%-
XYZ38.9125.4446.58-
YUV140.06151.11177.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=42.92%
G=19.92%
B=37.17%

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
Decimal2099718100.540.130.1831554.960
HexD161B5036D1213b373c
Octal32114126506615224736774
Binary110100011100001101101010110110110110010100111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161B5; }

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

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

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

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

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

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

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

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