#D163B2

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

Shades of Fuchsia #D163B2

Tints of Fuchsia #D163B2

Color information

#D163B2 (or 0xD163B2) is unknown color: approx Fuchsia. HEX triplet: D1, 63 and B2. RGB value is (209,99,178). Sum of RGB (Red+Green+Blue) = 209+99+178=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D163B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163B2 is #2E9C4D. Grayscale: #8C8C8C. Windows color (decimal): -3054670 or 11690961. OLE color: 11690961.

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

Color convert

RGB20999178-
CMYK00.530.150.18
HSL316.91º54.46%60.39%-
HSV(B)316.91º52.63%81.96%-
XYZ38.7925.6945.03-
YUV140.9148.94176.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=43.00%
G=20.37%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099917800.530.150.18316.9154.4660.39
HexD163B2035F1213d363c
Octal32114326206517224756674
Binary110100011100011101100100110101111110010100111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163B2; }

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

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

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

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

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

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

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

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