#D13DD2

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

Shades of Fuchsia #D13DD2

Tints of Fuchsia #D13DD2

Color information

#D13DD2 (or 0xD13DD2) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and D2. RGB value is (209,61,210). Sum of RGB (Red+Green+Blue) = 209+61+210=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #D13DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DD2 is #2EC22D. Grayscale: #797979. Windows color (decimal): -3064366 or 13778385. OLE color: 13778385.

HSL color Cylindrical-coordinate representation of color #D13DD2: hue angle of 299.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13DD2 is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20961210-
CMYK0.000.7100.18
HSL299.6º62.34%53.14%-
HSV(B)299.6º70.95%82.35%-
XYZ39.621.5563.04-
YUV122.24177.53189.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 61 (24.22% from 255) = 12.71%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=43.54%
G=12.71%
B=43.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209612100.000.7100.18299.662.3453.14
HexD13DD204701212c3e35
Octal3217532201070224547665
Binary110100011111011101001001000111010010100101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DD2; }

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

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

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

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

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

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

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

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