#D13DAD

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

Shades of Fuchsia #D13DAD

Tints of Fuchsia #D13DAD

Color information

#D13DAD (or 0xD13DAD) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and AD. RGB value is (209,61,173). Sum of RGB (Red+Green+Blue) = 209+61+173=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13DAD is #2EC252. Grayscale: #757575. Windows color (decimal): -3064403 or 11353553. OLE color: 11353553.

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

Color convert

RGB20961173-
CMYK00.710.170.18
HSL314.59º61.67%52.94%-
HSV(B)314.59º70.81%81.96%-
XYZ35.5119.9141.51-
YUV118.02159.03192.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=47.18%
G=13.77%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096117300.710.170.18314.5961.6752.94
HexD13DAD047111213b3e35
Octal32175255010721224737665
Binary1101000111110110101101010001111000110010100111011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DAD; }

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

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

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

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

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

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

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

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