#D43FB6

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

Shades of Fuchsia #D43FB6

Tints of Fuchsia #D43FB6

Color information

#D43FB6 (or 0xD43FB6) is unknown color: approx Fuchsia. HEX triplet: D4, 3F and B6. RGB value is (212,63,182). Sum of RGB (Red+Green+Blue) = 212+63+182=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FB6 is #2BC049. Grayscale: #787878. Windows color (decimal): -2867274 or 11943892. OLE color: 11943892.

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

Color convert

RGB21263182-
CMYK00.700.140.17
HSL312.08º63.4%53.92%-
HSV(B)312.08º70.28%83.14%-
XYZ37.3720.9346.33-
YUV121.12162.36192.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=46.39%
G=13.79%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126318200.700.140.17312.0863.453.92
HexD43FB6046E111383f36
Octal32477266010616214707766
Binary110101001111111011011001000110111010001100111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FB6; }

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

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

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

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

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

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

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

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