#D164C1

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

Shades of Fuchsia #D164C1

Tints of Fuchsia #D164C1

Color information

#D164C1 (or 0xD164C1) is unknown color: approx Fuchsia. HEX triplet: D1, 64 and C1. RGB value is (209,100,193). Sum of RGB (Red+Green+Blue) = 209+100+193=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D164C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164C1 is #2E9B3E. Grayscale: #8E8E8E. Windows color (decimal): -3054399 or 12674257. OLE color: 12674257.

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

Color convert

RGB209100193-
CMYK00.520.080.18
HSL308.81º54.23%60.59%-
HSV(B)308.81º52.15%81.96%-
XYZ40.4826.5253.44-
YUV143.19156.11174.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=41.63%
G=19.92%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910019300.520.080.18308.8154.2360.59
HexD164C1034812135363d
Octal32114430106410224656675
Binary110100011100100110000010110100100010010100110101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D164C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D164C1; }

 p { color: rgb(209,100,193); }

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

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

 a { background-color: rgb(209,100,193); }

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

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

 span { border-color: rgb(209,100,193); }

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