#D14EC3

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

Shades of Fuchsia #D14EC3

Tints of Fuchsia #D14EC3

Color information

#D14EC3 (or 0xD14EC3) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and C3. RGB value is (209,78,195). Sum of RGB (Red+Green+Blue) = 209+78+195=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC3 is #2EB13C. Grayscale: #828282. Windows color (decimal): -3060029 or 12799697. OLE color: 12799697.

HSL color Cylindrical-coordinate representation of color #D14EC3: hue angle of 306.41º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14EC3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20978195-
CMYK00.630.070.18
HSL306.41º58.74%56.27%-
HSV(B)306.41º62.68%81.96%-
XYZ38.8722.9454.01-
YUV130.51164.4183.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 78 (30.86% from 255) = 16.18%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=43.36%
G=16.18%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097819500.630.070.18306.4158.7456.27
HexD14EC303F7121323b38
Octal3211163030777224627370
Binary11010001100111011000011011111111110010100110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EC3; }

 p { color: rgb(209,78,195); }

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

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

 a { background-color: rgb(209,78,195); }

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

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

 span { border-color: rgb(209,78,195); }

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