#D160C4

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

Shades of Fuchsia #D160C4

Tints of Fuchsia #D160C4

Color information

#D160C4 (or 0xD160C4) is unknown color: approx Fuchsia. HEX triplet: D1, 60 and C4. RGB value is (209,96,196). Sum of RGB (Red+Green+Blue) = 209+96+196=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D160C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D160C4 is #2E9F3B. Grayscale: #8C8C8C. Windows color (decimal): -3055420 or 12869841. OLE color: 12869841.

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

Color convert

RGB20996196-
CMYK00.540.060.18
HSL306.9º55.12%59.8%-
HSV(B)306.9º54.07%81.96%-
XYZ40.4425.9155.09-
YUV141.19158.94176.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=41.72%
G=19.16%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099619600.540.060.18306.955.1259.8
HexD160C4036612133373c
Octal3211403040666224636774
Binary11010001110000011000100011011011010010100110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D160C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D160C4; }

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

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

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

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

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

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

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

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