#D13DD6

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

Shades of Fuchsia #D13DD6

Tints of Fuchsia #D13DD6

Color information

#D13DD6 (or 0xD13DD6) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and D6. RGB value is (209,61,214). Sum of RGB (Red+Green+Blue) = 209+61+214=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #D13DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DD6 is #2EC229. Grayscale: #7A7A7A. Windows color (decimal): -3064362 or 14040529. OLE color: 14040529.

HSL color Cylindrical-coordinate representation of color #D13DD6: hue angle of 298.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13DD6 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20961214-
CMYK0.020.7100.16
HSL298.04º65.11%53.92%-
HSV(B)298.04º71.5%83.92%-
XYZ40.121.7565.7-
YUV122.69179.53189.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 61 (24.22% from 255) = 12.60%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=43.18%
G=12.60%
B=44.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209612140.020.7100.16298.0465.1153.92
HexD13DD624701012a4136
Octal32175326210702045210166
Binary11010001111101110101101010001110100001001010101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DD6; }

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

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

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

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

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

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

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

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