#D13DD0

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

Shades of Fuchsia #D13DD0

Tints of Fuchsia #D13DD0

Color information

#D13DD0 (or 0xD13DD0) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and D0. RGB value is (209,61,208). Sum of RGB (Red+Green+Blue) = 209+61+208=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DD0 is #2EC22F. Grayscale: #797979. Windows color (decimal): -3064368 or 13647313. OLE color: 13647313.

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

Color convert

RGB20961208-
CMYK00.710.000.18
HSL300.41º61.67%52.94%-
HSV(B)300.41º70.81%81.96%-
XYZ39.3521.4561.74-
YUV122.01176.53190.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 61 (24.22% from 255) = 12.76%
BLUE value IS 208 (81.64% from 255) = 43.51%
R=43.72%
G=12.76%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096120800.710.000.18300.4161.6752.94
HexD13DD004701212c3e35
Octal3217532001070224547665
Binary110100011111011101000001000111010010100101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DD0; }

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

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

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

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

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

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

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

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