#D93FC5

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

Shades of Fuchsia #D93FC5

Tints of Fuchsia #D93FC5

Color information

#D93FC5 (or 0xD93FC5) is unknown color: approx Fuchsia. HEX triplet: D9, 3F and C5. RGB value is (217,63,197). Sum of RGB (Red+Green+Blue) = 217+63+197=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FC5 is #26C03A. Grayscale: #7B7B7B. Windows color (decimal): -2539579 or 12926937. OLE color: 12926937.

HSL color Cylindrical-coordinate representation of color #D93FC5: hue angle of 307.79º 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 #D93FC5 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21763197-
CMYK00.710.090.15
HSL307.79º66.96%54.9%-
HSV(B)307.79º70.97%85.1%-
XYZ40.4722.3455-
YUV124.32169.02194.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=45.49%
G=13.21%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176319700.710.090.15307.7966.9654.9
HexD93FC50479F1344337
Octal331773050107111746410367
Binary110110011111111100010101000111100111111001101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93FC5; }

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

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

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

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

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

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

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

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