#d13ac8

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

Shades of Fuchsia #D13AC8

Tints of Fuchsia #D13AC8

Color information

#D13AC8 (or 0xD13AC8) is unknown color: approx Fuchsia. HEX triplet: D1, 3A and C8. RGB value is (209,58,200). Sum of RGB (Red+Green+Blue) = 209+58+200=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AC8 is #2EC537. Grayscale: #767676. Windows color (decimal): -3065144 or 13122257. OLE color: 13122257.

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

Color convert

RGB20958200-
CMYK00.720.040.18
HSL303.58º62.14%52.35%-
HSV(B)303.58º72.25%81.96%-
XYZ38.2320.7556.63-
YUV119.34173.53191.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 58 (23.05% from 255) = 12.42%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=44.75%
G=12.42%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095820000.720.040.18303.5862.1452.35
HexD13AC80484121303e34
Octal3217231001104224607664
Binary11010001111010110010000100100010010010100110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13ac8; }

 p { color: rgb(209,58,200); }

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

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

 a { background-color: rgb(209,58,200); }

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

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

 span { border-color: rgb(209,58,200); }

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