#D14CCE

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

Shades of Fuchsia #D14CCE

Tints of Fuchsia #D14CCE

Color information

#D14CCE (or 0xD14CCE) is unknown color: approx Fuchsia. HEX triplet: D1, 4C and CE. RGB value is (209,76,206). Sum of RGB (Red+Green+Blue) = 209+76+206=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCE is #2EB331. Grayscale: #828282. Windows color (decimal): -3060530 or 13520081. OLE color: 13520081.

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

Color convert

RGB20976206-
CMYK00.640.010.18
HSL301.35º59.11%55.88%-
HSV(B)301.35º63.64%81.96%-
XYZ40.0223.1860.76-
YUV130.59170.56183.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 76 (30.08% from 255) = 15.48%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=42.57%
G=15.48%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097620600.640.010.18301.3559.1155.88
HexD14CCE04011212d3b38
Octal32111431601001224557370
Binary1101000110011001100111001000000110010100101101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CCE; }

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

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

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

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

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

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

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

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