#D14AB3

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

Shades of Fuchsia #D14AB3

Tints of Fuchsia #D14AB3

Color information

#D14AB3 (or 0xD14AB3) is unknown color: approx Fuchsia. HEX triplet: D1, 4A and B3. RGB value is (209,74,179). Sum of RGB (Red+Green+Blue) = 209+74+179=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB3 is #2EB54C. Grayscale: #7E7E7E. Windows color (decimal): -3061069 or 11750097. OLE color: 11750097.

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

Color convert

RGB20974179-
CMYK00.650.140.18
HSL313.33º59.47%55.49%-
HSV(B)313.33º64.59%81.96%-
XYZ36.8821.7144.89-
YUV126.34157.73186.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=45.24%
G=16.02%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097417900.650.140.18313.3359.4755.49
HexD14AB3041E121393b37
Octal321112263010116224717367
Binary1101000110010101011001101000001111010010100111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14AB3; }

 p { color: rgb(209,74,179); }

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

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

 a { background-color: rgb(209,74,179); }

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

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

 span { border-color: rgb(209,74,179); }

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