#D15FAF

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

Shades of Fuchsia #D15FAF

Tints of Fuchsia #D15FAF

Color information

#D15FAF (or 0xD15FAF) is unknown color: approx Fuchsia. HEX triplet: D1, 5F and AF. RGB value is (209,95,175). Sum of RGB (Red+Green+Blue) = 209+95+175=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FAF is #2EA050. Grayscale: #8A8A8A. Windows color (decimal): -3055697 or 11493329. OLE color: 11493329.

HSL color Cylindrical-coordinate representation of color #D15FAF: hue angle of 317.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FAF is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB20995175-
CMYK00.550.160.18
HSL317.89º55.34%59.61%-
HSV(B)317.89º54.55%81.96%-
XYZ38.1224.8343.34-
YUV138.21148.77178.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=43.63%
G=19.83%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099517500.550.160.18317.8955.3459.61
HexD15FAF037101213e373c
Octal32113725706720224766774
Binary1101000110111111010111101101111000010010100111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FAF; }

 p { color: rgb(209,95,175); }

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

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

 a { background-color: rgb(209,95,175); }

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

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

 span { border-color: rgb(209,95,175); }

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