#d14cc7

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

Shades of Fuchsia #D14CC7

Tints of Fuchsia #D14CC7

Color information

#D14CC7 (or 0xD14CC7) is unknown color: approx Fuchsia. HEX triplet: D1, 4C and C7. RGB value is (209,76,199). Sum of RGB (Red+Green+Blue) = 209+76+199=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC7 is #2EB338. Grayscale: #818181. Windows color (decimal): -3060537 or 13061329. OLE color: 13061329.

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

Color convert

RGB20976199-
CMYK00.640.050.18
HSL304.51º59.11%55.88%-
HSV(B)304.51º63.64%81.96%-
XYZ39.1922.8556.38-
YUV129.79167.06184.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 76 (30.08% from 255) = 15.70%
BLUE value IS 199 (78.12% from 255) = 41.12%
R=43.18%
G=15.70%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097619900.640.050.18304.5159.1155.88
HexD14CC70405121313b38
Octal32111430701005224617370
Binary110100011001100110001110100000010110010100110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14cc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14cc7; }

 p { color: rgb(209,76,199); }

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

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

 a { background-color: rgb(209,76,199); }

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

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

 span { border-color: rgb(209,76,199); }

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