#D160B4

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

Shades of Fuchsia #D160B4

Tints of Fuchsia #D160B4

Color information

#D160B4 (or 0xD160B4) is unknown color: approx Fuchsia. HEX triplet: D1, 60 and B4. RGB value is (209,96,180). Sum of RGB (Red+Green+Blue) = 209+96+180=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D160B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160B4 is #2E9F4B. Grayscale: #8B8B8B. Windows color (decimal): -3055436 or 11821265. OLE color: 11821265.

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

Color convert

RGB20996180-
CMYK00.540.140.18
HSL315.4º55.12%59.8%-
HSV(B)315.4º54.07%81.96%-
XYZ38.7225.2246.01-
YUV139.36150.94177.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=43.09%
G=19.79%
B=37.11%

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
Decimal2099618000.540.140.18315.455.1259.8
HexD160B4036E1213b373c
Octal32114026406616224736774
Binary110100011100000101101000110110111010010100111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160B4; }

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

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

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

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

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

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

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

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