#D14AC1

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

Shades of Fuchsia #D14AC1

Tints of Fuchsia #D14AC1

Color information

#D14AC1 (or 0xD14AC1) is unknown color: approx Fuchsia. HEX triplet: D1, 4A and C1. RGB value is (209,74,193). Sum of RGB (Red+Green+Blue) = 209+74+193=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC1 is #2EB53E. Grayscale: #7F7F7F. Windows color (decimal): -3061055 or 12667601. OLE color: 12667601.

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

Color convert

RGB20974193-
CMYK00.650.080.18
HSL307.11º59.47%55.49%-
HSV(B)307.11º64.59%81.96%-
XYZ38.3722.352.73-
YUV127.93164.73185.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 74 (29.30% from 255) = 15.55%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=43.91%
G=15.55%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097419300.650.080.18307.1159.4755.49
HexD14AC10418121333b37
Octal321112301010110224637367
Binary1101000110010101100000101000001100010010100110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14AC1; }

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

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

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

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

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

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

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

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