#D163BA

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

Shades of Fuchsia #D163BA

Tints of Fuchsia #D163BA

Color information

#D163BA (or 0xD163BA) is unknown color: approx Fuchsia. HEX triplet: D1, 63 and BA. RGB value is (209,99,186). Sum of RGB (Red+Green+Blue) = 209+99+186=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D163BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163BA is #2E9C45. Grayscale: #8D8D8D. Windows color (decimal): -3054662 or 12215249. OLE color: 12215249.

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

Color convert

RGB20999186-
CMYK00.530.110.18
HSL312.55º54.46%60.39%-
HSV(B)312.55º52.63%81.96%-
XYZ39.6226.0249.39-
YUV141.81152.94175.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=42.31%
G=20.04%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099918600.530.110.18312.5554.4660.39
HexD163BA035B12139363c
Octal32114327206513224716674
Binary110100011100011101110100110101101110010100111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163BA; }

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

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

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

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

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

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

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

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