#D13EC5

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

Shades of Fuchsia #D13EC5

Tints of Fuchsia #D13EC5

Color information

#D13EC5 (or 0xD13EC5) is unknown color: approx Fuchsia. HEX triplet: D1, 3E and C5. RGB value is (209,62,197). Sum of RGB (Red+Green+Blue) = 209+62+197=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC5 is #2EC13A. Grayscale: #787878. Windows color (decimal): -3064123 or 12926673. OLE color: 12926673.

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

Color convert

RGB20962197-
CMYK00.700.060.18
HSL304.9º61.51%53.14%-
HSV(B)304.9º70.33%81.96%-
XYZ38.121.0354.88-
YUV121.34170.7190.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=44.66%
G=13.25%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096219700.700.060.18304.961.5153.14
HexD13EC50466121313e35
Octal3217630501066224617665
Binary11010001111110110001010100011011010010100110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13EC5; }

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

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

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

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

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

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

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

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