#D13DC3

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

Shades of Fuchsia #D13DC3

Tints of Fuchsia #D13DC3

Color information

#D13DC3 (or 0xD13DC3) is unknown color: approx Fuchsia. HEX triplet: D1, 3D and C3. RGB value is (209,61,195). Sum of RGB (Red+Green+Blue) = 209+61+195=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DC3 is #2EC23C. Grayscale: #787878. Windows color (decimal): -3064381 or 12795345. OLE color: 12795345.

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

Color convert

RGB20961195-
CMYK00.710.070.18
HSL305.68º61.67%52.94%-
HSV(B)305.68º70.81%81.96%-
XYZ37.8120.8353.66-
YUV120.53170.03191.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=44.95%
G=13.12%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096119500.710.070.18305.6861.6752.94
HexD13DC30477121323e35
Octal3217530301077224627665
Binary11010001111101110000110100011111110010100110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DC3; }

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

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

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

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

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

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

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

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