#D14DCA

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

Shades of Fuchsia #D14DCA

Tints of Fuchsia #D14DCA

Color information

#D14DCA (or 0xD14DCA) is unknown color: approx Fuchsia. HEX triplet: D1, 4D and CA. RGB value is (209,77,202). Sum of RGB (Red+Green+Blue) = 209+77+202=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DCA is #2EB235. Grayscale: #828282. Windows color (decimal): -3060278 or 13258193. OLE color: 13258193.

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

Color convert

RGB20977202-
CMYK00.630.030.18
HSL303.18º58.93%56.08%-
HSV(B)303.18º63.16%81.96%-
XYZ39.6123.1358.25-
YUV130.72168.23183.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 77 (30.47% from 255) = 15.78%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=42.83%
G=15.78%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097720200.630.030.18303.1858.9356.08
HexD14DCA03F31212f3b38
Octal3211153120773224577370
Binary1101000110011011100101001111111110010100101111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14DCA; }

 p { color: rgb(209,77,202); }

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

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

 a { background-color: rgb(209,77,202); }

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

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

 span { border-color: rgb(209,77,202); }

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