#D160C6

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

Shades of Fuchsia #D160C6

Tints of Fuchsia #D160C6

Color information

#D160C6 (or 0xD160C6) is unknown color: approx Fuchsia. HEX triplet: D1, 60 and C6. RGB value is (209,96,198). Sum of RGB (Red+Green+Blue) = 209+96+198=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D160C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160C6 is #2E9F39. Grayscale: #8D8D8D. Windows color (decimal): -3055418 or 13000913. OLE color: 13000913.

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

Color convert

RGB20996198-
CMYK00.540.050.18
HSL305.84º55.12%59.8%-
HSV(B)305.84º54.07%81.96%-
XYZ40.672656.3-
YUV141.42159.94176.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=41.55%
G=19.09%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099619800.540.050.18305.8455.1259.8
HexD160C6036512132373c
Octal3211403060665224626774
Binary11010001110000011000110011011010110010100110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160C6; }

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

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

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

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

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

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

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

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