#D14EBC

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

Shades of Fuchsia #D14EBC

Tints of Fuchsia #D14EBC

Color information

#D14EBC (or 0xD14EBC) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and BC. RGB value is (209,78,188). Sum of RGB (Red+Green+Blue) = 209+78+188=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EBC is #2EB143. Grayscale: #818181. Windows color (decimal): -3060036 or 12340945. OLE color: 12340945.

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

Color convert

RGB20978188-
CMYK00.630.100.18
HSL309.62º58.74%56.27%-
HSV(B)309.62º62.68%81.96%-
XYZ38.122.6349.94-
YUV129.71160.9184.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=44%
G=16.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097818800.630.100.18309.6258.7456.27
HexD14EBC03FA121363b38
Octal32111627407712224667370
Binary110100011001110101111000111111101010010100110110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EBC; }

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

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

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

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

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

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

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

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