#D43FCF

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

Shades of Fuchsia #D43FCF

Tints of Fuchsia #D43FCF

Color information

#D43FCF (or 0xD43FCF) is unknown color: approx Fuchsia. HEX triplet: D4, 3F and CF. RGB value is (212,63,207). Sum of RGB (Red+Green+Blue) = 212+63+207=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FCF is #2BC030. Grayscale: #7B7B7B. Windows color (decimal): -2867249 or 13582292. OLE color: 13582292.

HSL color Cylindrical-coordinate representation of color #D43FCF: hue angle of 302.01º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FCF is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21263207-
CMYK00.700.020.17
HSL302.01º63.4%53.92%-
HSV(B)302.01º70.28%83.14%-
XYZ40.1922.0661.17-
YUV123.97174.86190.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 63 (25% from 255) = 13.07%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=43.98%
G=13.07%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126320700.700.020.17302.0163.453.92
HexD43FCF04621112e3f36
Octal3247731701062214567766
Binary1101010011111111001111010001101010001100101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FCF; }

 p { color: rgb(212,63,207); }

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

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

 a { background-color: rgb(212,63,207); }

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

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

 span { border-color: rgb(212,63,207); }

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