#D43FCA

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

Shades of Fuchsia #D43FCA

Tints of Fuchsia #D43FCA

Color information

#D43FCA (or 0xD43FCA) is unknown color: approx Fuchsia. HEX triplet: D4, 3F and CA. RGB value is (212,63,202). Sum of RGB (Red+Green+Blue) = 212+63+202=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FCA is #2BC035. Grayscale: #7A7A7A. Windows color (decimal): -2867254 or 13254612. OLE color: 13254612.

HSL color Cylindrical-coordinate representation of color #D43FCA: hue angle of 304.03º 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 #D43FCA is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB21263202-
CMYK00.700.050.17
HSL304.03º63.4%53.92%-
HSV(B)304.03º70.28%83.14%-
XYZ39.5921.8258-
YUV123.4172.36191.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=44.44%
G=13.21%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126320200.700.050.17304.0363.453.92
HexD43FCA0465111303f36
Octal3247731201065214607766
Binary11010100111111110010100100011010110001100110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FCA; }

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

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

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

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

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

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

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

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