#D13EB4

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

Shades of Fuchsia #D13EB4

Tints of Fuchsia #D13EB4

Color information

#D13EB4 (or 0xD13EB4) is unknown color: approx Fuchsia. HEX triplet: D1, 3E and B4. RGB value is (209,62,180). Sum of RGB (Red+Green+Blue) = 209+62+180=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EB4 is #2EC14B. Grayscale: #777777. Windows color (decimal): -3064140 or 11812561. OLE color: 11812561.

HSL color Cylindrical-coordinate representation of color #D13EB4: hue angle of 311.84º degrees, saturation: 0.62, 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 #D13EB4 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20962180-
CMYK00.700.140.18
HSL311.84º61.51%53.14%-
HSV(B)311.84º70.33%81.96%-
XYZ36.2620.345.19-
YUV119.4162.2191.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 62 (24.61% from 255) = 13.75%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=46.34%
G=13.75%
B=39.91%

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
Decimal2096218000.700.140.18311.8461.5153.14
HexD13EB4046E121383e35
Octal32176264010616224707665
Binary110100011111101011010001000110111010010100111000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13EB4; }

 p { color: rgb(209,62,180); }

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

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

 a { background-color: rgb(209,62,180); }

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

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

 span { border-color: rgb(209,62,180); }

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