#D14FCB

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

Shades of Fuchsia #D14FCB

Tints of Fuchsia #D14FCB

Color information

#D14FCB (or 0xD14FCB) is unknown color: approx Fuchsia. HEX triplet: D1, 4F and CB. RGB value is (209,79,203). Sum of RGB (Red+Green+Blue) = 209+79+203=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FCB is #2EB034. Grayscale: #838383. Windows color (decimal): -3059765 or 13324241. OLE color: 13324241.

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

Color convert

RGB20979203-
CMYK00.620.030.18
HSL302.77º58.56%56.47%-
HSV(B)302.77º62.2%81.96%-
XYZ39.8723.4658.93-
YUV132.01168.07182.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 79 (31.25% from 255) = 16.09%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=42.57%
G=16.09%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097920300.620.030.18302.7758.5656.47
HexD14FCB03E31212f3b38
Octal3211173130763224577370
Binary1101000110011111100101101111101110010100101111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14FCB; }

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

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

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

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

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

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

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

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