#D93FB7

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

Shades of Fuchsia #D93FB7

Tints of Fuchsia #D93FB7

Color information

#D93FB7 (or 0xD93FB7) is unknown color: approx Fuchsia. HEX triplet: D9, 3F and B7. RGB value is (217,63,183). Sum of RGB (Red+Green+Blue) = 217+63+183=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB7 is #26C048. Grayscale: #7A7A7A. Windows color (decimal): -2539593 or 12009433. OLE color: 12009433.

HSL color Cylindrical-coordinate representation of color #D93FB7: hue angle of 313.25º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FB7 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB21763183-
CMYK00.710.160.15
HSL313.25º66.96%54.9%-
HSV(B)313.25º70.97%85.1%-
XYZ38.9421.7346.94-
YUV122.73162.02195.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=46.87%
G=13.61%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176318300.710.160.15313.2566.9654.9
HexD93FB704710F1394337
Octal331772670107201747110367
Binary1101100111111110110111010001111000011111001110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93FB7; }

 p { color: rgb(217,63,183); }

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

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

 a { background-color: rgb(217,63,183); }

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

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

 span { border-color: rgb(217,63,183); }

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