#D14AB4

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

Shades of Fuchsia #D14AB4

Tints of Fuchsia #D14AB4

Color information

#D14AB4 (or 0xD14AB4) is unknown color: approx Fuchsia. HEX triplet: D1, 4A and B4. RGB value is (209,74,180). Sum of RGB (Red+Green+Blue) = 209+74+180=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AB4 is #2EB54B. Grayscale: #7E7E7E. Windows color (decimal): -3061068 or 11815633. OLE color: 11815633.

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

Color convert

RGB20974180-
CMYK00.650.140.18
HSL312.89º59.47%55.49%-
HSV(B)312.89º64.59%81.96%-
XYZ36.9821.7545.43-
YUV126.45158.23186.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=45.14%
G=15.98%
B=38.88%

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
Decimal2097418000.650.140.18312.8959.4755.49
HexD14AB4041E121393b37
Octal321112264010116224717367
Binary1101000110010101011010001000001111010010100111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14AB4; }

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

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

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

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

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

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

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

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