#D14EBA

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

Shades of Fuchsia #D14EBA

Tints of Fuchsia #D14EBA

Color information

#D14EBA (or 0xD14EBA) is unknown color: approx Fuchsia. HEX triplet: D1, 4E and BA. RGB value is (209,78,186). Sum of RGB (Red+Green+Blue) = 209+78+186=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EBA is #2EB145. Grayscale: #818181. Windows color (decimal): -3060038 or 12209873. OLE color: 12209873.

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

Color convert

RGB20978186-
CMYK00.630.110.18
HSL310.53º58.74%56.27%-
HSV(B)310.53º62.68%81.96%-
XYZ37.8822.5548.81-
YUV129.48159.9184.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 78 (30.86% from 255) = 16.49%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=44.19%
G=16.49%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097818600.630.110.18310.5358.7456.27
HexD14EBA03FB121373b38
Octal32111627207713224677370
Binary110100011001110101110100111111101110010100110111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14EBA; }

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

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

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

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

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

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

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

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