#D43FB5

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

Shades of Fuchsia #D43FB5

Tints of Fuchsia #D43FB5

Color information

#D43FB5 (or 0xD43FB5) is unknown color: approx Fuchsia. HEX triplet: D4, 3F and B5. RGB value is (212,63,181). Sum of RGB (Red+Green+Blue) = 212+63+181=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FB5 is #2BC04A. Grayscale: #787878. Windows color (decimal): -2867275 or 11878356. OLE color: 11878356.

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

Color convert

RGB21263181-
CMYK00.700.150.17
HSL312.48º63.4%53.92%-
HSV(B)312.48º70.28%83.14%-
XYZ37.2720.8945.78-
YUV121161.86192.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=46.49%
G=13.82%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126318100.700.150.17312.4863.453.92
HexD43FB5046F111383f36
Octal32477265010617214707766
Binary110101001111111011010101000110111110001100111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FB5; }

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

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

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

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

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

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

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

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