#D13DB3

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

Shades of Fuchsia #D13DB3

Tints of Fuchsia #D13DB3

Color information

#D13DB3 (or 0xD13DB3) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and B3. RGB value is (209,61,179). Sum of RGB (Red+Green+Blue) = 209+61+179=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DB3 is #2EC24C. Grayscale: #767676. Windows color (decimal): -3064397 or 11746769. OLE color: 11746769.

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

Color convert

RGB20961179-
CMYK00.710.140.18
HSL312.16º61.67%52.94%-
HSV(B)312.16º70.81%81.96%-
XYZ36.120.1544.63-
YUV118.7162.03192.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=46.55%
G=13.59%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096117900.710.140.18312.1661.6752.94
HexD13DB3047E121383e35
Octal32175263010716224707665
Binary110100011111011011001101000111111010010100111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DB3; }

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

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

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

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

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

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

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

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