#D93EC1

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

Shades of Fuchsia #D93EC1

Tints of Fuchsia #D93EC1

Color information

#D93EC1 (or 0xD93EC1) is unknown color: approx Fuchsia. HEX triplet: D9, 3E and C1. RGB value is (217,62,193). Sum of RGB (Red+Green+Blue) = 217+62+193=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EC1 is #26C13E. Grayscale: #7A7A7A. Windows color (decimal): -2539839 or 12664537. OLE color: 12664537.

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

Color convert

RGB21762193-
CMYK00.710.110.15
HSL309.29º67.1%54.71%-
HSV(B)309.29º71.43%85.1%-
XYZ39.9622.0552.6-
YUV123.28167.35194.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 62 (24.61% from 255) = 13.14%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=45.97%
G=13.14%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176219300.710.110.15309.2967.154.71
HexD93EC1047BF1354337
Octal331763010107131746510367
Binary110110011111101100000101000111101111111001101011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93EC1; }

 p { color: rgb(217,62,193); }

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

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

 a { background-color: rgb(217,62,193); }

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

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

 span { border-color: rgb(217,62,193); }

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