#D13DAF

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

Shades of Fuchsia #D13DAF

Tints of Fuchsia #D13DAF

Color information

#D13DAF (or 0xD13DAF) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and AF. RGB value is (209,61,175). Sum of RGB (Red+Green+Blue) = 209+61+175=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DAF is #2EC250. Grayscale: #757575. Windows color (decimal): -3064401 or 11484625. OLE color: 11484625.

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

Color convert

RGB20961175-
CMYK00.710.160.18
HSL313.78º61.67%52.94%-
HSV(B)313.78º70.81%81.96%-
XYZ35.719.9942.53-
YUV118.25160.03192.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 61 (24.22% from 255) = 13.71%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=46.97%
G=13.71%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096117500.710.160.18313.7861.6752.94
HexD13DAF047101213a3e35
Octal32175257010720224727665
Binary1101000111110110101111010001111000010010100111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DAF; }

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

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

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

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

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

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

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

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