#D73AB7

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

Shades of Fuchsia #D73AB7

Tints of Fuchsia #D73AB7

Color information

#D73AB7 (or 0xD73AB7) is unknown color: approx Fuchsia. HEX triplet: D7, 3A and B7. RGB value is (215,58,183). Sum of RGB (Red+Green+Blue) = 215+58+183=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB7 is #28C548. Grayscale: #767676. Windows color (decimal): -2671945 or 12008151. OLE color: 12008151.

HSL color Cylindrical-coordinate representation of color #D73AB7: hue angle of 312.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73AB7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21558183-
CMYK00.730.150.16
HSL312.23º66.24%53.53%-
HSV(B)312.23º73.02%84.31%-
XYZ38.0820.8946.83-
YUV119.19164.01196.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=47.15%
G=12.72%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155818300.730.150.16312.2366.2453.53
HexD73AB7049F101384236
Octal327722670111172047010266
Binary1101011111101010110111010010011111100001001110001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73AB7; }

 p { color: rgb(215,58,183); }

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

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

 a { background-color: rgb(215,58,183); }

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

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

 span { border-color: rgb(215,58,183); }

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