#D14FB1

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

Shades of Fuchsia #D14FB1

Tints of Fuchsia #D14FB1

Color information

#D14FB1 (or 0xD14FB1) is unknown color: approx Fuchsia. HEX triplet: D1, 4F and B1. RGB value is (209,79,177). Sum of RGB (Red+Green+Blue) = 209+79+177=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14FB1 is #2EB04E. Grayscale: #808080. Windows color (decimal): -3059791 or 11620305. OLE color: 11620305.

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

Color convert

RGB20979177-
CMYK00.620.150.18
HSL314.77º58.56%56.47%-
HSV(B)314.77º62.2%81.96%-
XYZ37.0322.3243.95-
YUV129.04155.07185.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 177 (69.53% from 255) = 38.06%
R=44.95%
G=16.99%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097917700.620.150.18314.7758.5656.47
HexD14FB103EF1213b3b38
Octal32111726107617224737370
Binary110100011001111101100010111110111110010100111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14FB1; }

 p { color: rgb(209,79,177); }

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

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

 a { background-color: rgb(209,79,177); }

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

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

 span { border-color: rgb(209,79,177); }

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