#D13FB3

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

Shades of Fuchsia #D13FB3

Tints of Fuchsia #D13FB3

Color information

#D13FB3 (or 0xD13FB3) is unknown color: approx Fuchsia. HEX triplet: D1, 3F and B3. RGB value is (209,63,179). Sum of RGB (Red+Green+Blue) = 209+63+179=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FB3 is #2EC04C. Grayscale: #777777. Windows color (decimal): -3063885 or 11747281. OLE color: 11747281.

HSL color Cylindrical-coordinate representation of color #D13FB3: hue angle of 312.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13FB3 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20963179-
CMYK00.700.140.18
HSL312.33º61.34%53.33%-
HSV(B)312.33º69.86%81.96%-
XYZ36.2120.3644.67-
YUV119.88161.37191.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=46.34%
G=13.97%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096317900.700.140.18312.3361.3453.33
HexD13FB3046E121383d35
Octal32177263010616224707565
Binary110100011111111011001101000110111010010100111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13FB3; }

 p { color: rgb(209,63,179); }

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

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

 a { background-color: rgb(209,63,179); }

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

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

 span { border-color: rgb(209,63,179); }

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