#D13DD5

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

Shades of Fuchsia #D13DD5

Tints of Fuchsia #D13DD5

Color information

#D13DD5 (or 0xD13DD5) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and D5. RGB value is (209,61,213). Sum of RGB (Red+Green+Blue) = 209+61+213=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #D13DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DD5 is #2EC22A. Grayscale: #7A7A7A. Windows color (decimal): -3064363 or 13974993. OLE color: 13974993.

HSL color Cylindrical-coordinate representation of color #D13DD5: hue angle of 298.42º degrees, saturation: 0.64, 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 #D13DD5 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20961213-
CMYK0.020.7100.16
HSL298.42º64.41%53.73%-
HSV(B)298.42º71.36%83.53%-
XYZ39.9721.765.03-
YUV122.58179.03189.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 61 (24.22% from 255) = 12.63%
BLUE value IS 213 (83.59% from 255) = 44.10%
R=43.27%
G=12.63%
B=44.10%

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
Decimal209612130.020.7100.16298.4264.4153.73
HexD13DD524701012a4036
Octal32175325210702045210066
Binary11010001111101110101011010001110100001001010101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DD5; }

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

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

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

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

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

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

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

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