#D14EB1

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

Shades of Fuchsia #D14EB1

Tints of Fuchsia #D14EB1

Color information

#D14EB1 (or 0xD14EB1) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and B1. RGB value is (209,78,177). Sum of RGB (Red+Green+Blue) = 209+78+177=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14EB1 is #2EB14E. Grayscale: #808080. Windows color (decimal): -3060047 or 11620049. OLE color: 11620049.

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

Color convert

RGB20978177-
CMYK00.630.150.18
HSL314.66º58.74%56.27%-
HSV(B)314.66º62.68%81.96%-
XYZ36.9522.1843.93-
YUV128.45155.4185.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=45.04%
G=16.81%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097817700.630.150.18314.6658.7456.27
HexD14EB103FF1213b3b38
Octal32111626107717224737370
Binary110100011001110101100010111111111110010100111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EB1; }

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

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

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

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

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

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

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

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