#D14EB6

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

Shades of Fuchsia #D14EB6

Tints of Fuchsia #D14EB6

Color information

#D14EB6 (or 0xD14EB6) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and B6. RGB value is (209,78,182). Sum of RGB (Red+Green+Blue) = 209+78+182=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EB6 is #2EB149. Grayscale: #808080. Windows color (decimal): -3060042 or 11947729. OLE color: 11947729.

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

Color convert

RGB20978182-
CMYK00.630.130.18
HSL312.37º58.74%56.27%-
HSV(B)312.37º62.68%81.96%-
XYZ37.4622.3846.6-
YUV129.02157.9185.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=44.56%
G=16.63%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097818200.630.130.18312.3758.7456.27
HexD14EB603FD121383b38
Octal32111626607715224707370
Binary110100011001110101101100111111110110010100111000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EB6; }

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

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

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

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

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

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

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

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