#D73AB8

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

Shades of Fuchsia #D73AB8

Tints of Fuchsia #D73AB8

Color information

#D73AB8 (or 0xD73AB8) is unknown color: approx Fuchsia. HEX triplet: D7, 3A and B8. RGB value is (215,58,184). Sum of RGB (Red+Green+Blue) = 215+58+184=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AB8 is #28C547. Grayscale: #767676. Windows color (decimal): -2671944 or 12073687. OLE color: 12073687.

HSL color Cylindrical-coordinate representation of color #D73AB8: hue angle of 311.85º 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 #D73AB8 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21558184-
CMYK00.730.140.16
HSL311.85º66.24%53.53%-
HSV(B)311.85º73.02%84.31%-
XYZ38.1920.9347.38-
YUV119.31164.51196.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 184 (72.27% from 255) = 40.26%
R=47.05%
G=12.69%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155818400.730.140.16311.8566.2453.53
HexD73AB8049E101384236
Octal327722700111162047010266
Binary1101011111101010111000010010011110100001001110001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73AB8; }

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

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

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

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

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

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

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

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