#D13EC4

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

Shades of Fuchsia #D13EC4

Tints of Fuchsia #D13EC4

Color information

#D13EC4 (or 0xD13EC4) is unknown color: approx Fuchsia. HEX triplet: D1, 3E and C4. RGB value is (209,62,196). Sum of RGB (Red+Green+Blue) = 209+62+196=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC4 is #2EC13B. Grayscale: #787878. Windows color (decimal): -3064124 or 12861137. OLE color: 12861137.

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

Color convert

RGB20962196-
CMYK00.700.060.18
HSL305.31º61.51%53.14%-
HSV(B)305.31º70.33%81.96%-
XYZ37.9820.9954.27-
YUV121.23170.2190.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=44.75%
G=13.28%
B=41.97%

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
Decimal2096219600.700.060.18305.3161.5153.14
HexD13EC40466121313e35
Octal3217630401066224617665
Binary11010001111110110001000100011011010010100110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13EC4; }

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

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

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

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

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

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

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

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