#D73EB4

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

Shades of Fuchsia #D73EB4

Tints of Fuchsia #D73EB4

Color information

#D73EB4 (or 0xD73EB4) is unknown color: approx Fuchsia. HEX triplet: D7, 3E and B4. RGB value is (215,62,180). Sum of RGB (Red+Green+Blue) = 215+62+180=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EB4 is #28C14B. Grayscale: #787878. Windows color (decimal): -2670924 or 11812567. OLE color: 11812567.

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

Color convert

RGB21562180-
CMYK00.710.160.16
HSL313.73º65.67%54.31%-
HSV(B)313.73º71.16%84.31%-
XYZ37.9921.1945.27-
YUV121.2161.19194.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=47.05%
G=13.57%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156218000.710.160.16313.7365.6754.31
HexD73EB4047101013a4236
Octal327762640107202047210266
Binary11010111111110101101000100011110000100001001110101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73EB4; }

 p { color: rgb(215,62,180); }

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

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

 a { background-color: rgb(215,62,180); }

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

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

 span { border-color: rgb(215,62,180); }

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