#D161BA

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

Shades of Fuchsia #D161BA

Tints of Fuchsia #D161BA

Color information

#D161BA (or 0xD161BA) is unknown color: approx Fuchsia. HEX triplet: D1, 61 and BA. RGB value is (209,97,186). Sum of RGB (Red+Green+Blue) = 209+97+186=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D161BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161BA is #2E9E45. Grayscale: #8C8C8C. Windows color (decimal): -3055174 or 12214737. OLE color: 12214737.

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

Color convert

RGB20997186-
CMYK00.540.110.18
HSL312.32º54.9%60%-
HSV(B)312.32º53.59%81.96%-
XYZ39.4325.6549.33-
YUV140.63153.61176.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 19.72%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=42.48%
G=19.72%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099718600.540.110.18312.3254.960
HexD161BA036B12138373c
Octal32114127206613224706774
Binary110100011100001101110100110110101110010100111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161BA; }

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

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

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

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

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

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

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

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