#D13AB3

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

Shades of Fuchsia #D13AB3

Tints of Fuchsia #D13AB3

Color information

#D13AB3 (or 0xD13AB3) is unknown color: approx Fuchsia. HEX triplet: D1, 3A and B3. RGB value is (209,58,179). Sum of RGB (Red+Green+Blue) = 209+58+179=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AB3 is #2EC54C. Grayscale: #747474. Windows color (decimal): -3065165 or 11746001. OLE color: 11746001.

HSL color Cylindrical-coordinate representation of color #D13AB3: hue angle of 311.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20958179-
CMYK00.720.140.18
HSL311.92º62.14%52.35%-
HSV(B)311.92º72.25%81.96%-
XYZ35.9419.8444.58-
YUV116.94163.03193.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 58 (23.05% from 255) = 13.00%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=46.86%
G=13.00%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095817900.720.140.18311.9262.1452.35
HexD13AB3048E121383e34
Octal32172263011016224707664
Binary110100011110101011001101001000111010010100111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13AB3; }

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

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

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

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

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

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

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

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