#D13ED2

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

Shades of Fuchsia #D13ED2

Tints of Fuchsia #D13ED2

Color information

#D13ED2 (or 0xD13ED2) is unknown color: approx Fuchsia. HEX triplet: D1, 3E and D2. RGB value is (209,62,210). Sum of RGB (Red+Green+Blue) = 209+62+210=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #D13ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ED2 is #2EC12D. Grayscale: #7A7A7A. Windows color (decimal): -3064110 or 13778641. OLE color: 13778641.

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

Color convert

RGB20962210-
CMYK0.000.7000.18
HSL299.59º62.18%53.33%-
HSV(B)299.59º70.48%82.35%-
XYZ39.6521.6563.06-
YUV122.82177.2189.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 62 (24.61% from 255) = 12.89%
BLUE value IS 210 (82.42% from 255) = 43.66%
R=43.45%
G=12.89%
B=43.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209622100.000.7000.18299.5962.1853.33
HexD13ED204601212c3e35
Octal3217632201060224547665
Binary110100011111101101001001000110010010100101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13ED2; }

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

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

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

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

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

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

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

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