#D13DB5

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

Shades of Fuchsia #D13DB5

Tints of Fuchsia #D13DB5

Color information

#D13DB5 (or 0xD13DB5) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and B5. RGB value is (209,61,181). Sum of RGB (Red+Green+Blue) = 209+61+181=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DB5 is #2EC24A. Grayscale: #767676. Windows color (decimal): -3064395 or 11877841. OLE color: 11877841.

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

Color convert

RGB20961181-
CMYK00.710.130.18
HSL311.35º61.67%52.94%-
HSV(B)311.35º70.81%81.96%-
XYZ36.320.2345.71-
YUV118.93163.03192.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=46.34%
G=13.53%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096118100.710.130.18311.3561.6752.94
HexD13DB5047D121373e35
Octal32175265010715224677665
Binary110100011111011011010101000111110110010100110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DB5; }

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

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

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

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

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

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

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

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