#D93FB6

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

Shades of Fuchsia #D93FB6

Tints of Fuchsia #D93FB6

Color information

#D93FB6 (or 0xD93FB6) is unknown color: approx Fuchsia. HEX triplet: D9, 3F and B6. RGB value is (217,63,182). Sum of RGB (Red+Green+Blue) = 217+63+182=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FB6 is #26C049. Grayscale: #7A7A7A. Windows color (decimal): -2539594 or 11943897. OLE color: 11943897.

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

Color convert

RGB21763182-
CMYK00.710.160.15
HSL313.64º66.96%54.9%-
HSV(B)313.64º70.97%85.1%-
XYZ38.8421.6846.39-
YUV122.61161.52195.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 63 (25% from 255) = 13.64%
BLUE value IS 182 (71.48% from 255) = 39.39%
R=46.97%
G=13.64%
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.15
SystemRedGreenBlueCMYKHSL
Decimal2176318200.710.160.15313.6466.9654.9
HexD93FB604710F13a4337
Octal331772660107201747210367
Binary1101100111111110110110010001111000011111001110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93FB6; }

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

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

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

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

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

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

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

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