#D73DB7

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

Shades of Fuchsia #D73DB7

Tints of Fuchsia #D73DB7

Color information

#D73DB7 (or 0xD73DB7) is unknown color: approx Fuchsia. HEX triplet: D7, 3D and B7. RGB value is (215,61,183). Sum of RGB (Red+Green+Blue) = 215+61+183=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DB7 is #28C248. Grayscale: #787878. Windows color (decimal): -2671177 or 12008919. OLE color: 12008919.

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

Color convert

RGB21561183-
CMYK00.720.150.16
HSL312.47º65.81%54.12%-
HSV(B)312.47º71.63%84.31%-
XYZ38.2421.246.88-
YUV120.95163.02195.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=46.84%
G=13.29%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156118300.720.150.16312.4765.8154.12
HexD73DB7048F101384236
Octal327752670110172047010266
Binary1101011111110110110111010010001111100001001110001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73DB7; }

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

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

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

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

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

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

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

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