#D13DB0

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

Shades of Fuchsia #D13DB0

Tints of Fuchsia #D13DB0

Color information

#D13DB0 (or 0xD13DB0) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and B0. RGB value is (209,61,176). Sum of RGB (Red+Green+Blue) = 209+61+176=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DB0 is #2EC24F. Grayscale: #767676. Windows color (decimal): -3064400 or 11550161. OLE color: 11550161.

HSL color Cylindrical-coordinate representation of color #D13DB0: hue angle of 313.38º 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 #D13DB0 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB20961176-
CMYK00.710.160.18
HSL313.38º61.67%52.94%-
HSV(B)313.38º70.81%81.96%-
XYZ35.820.0343.05-
YUV118.36160.53192.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 176 (69.14% from 255) = 39.46%
R=46.86%
G=13.68%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096117600.710.160.18313.3861.6752.94
HexD13DB004710121393e35
Octal32175260010720224717665
Binary1101000111110110110000010001111000010010100111001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DB0; }

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

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

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

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

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

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

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

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