#D83FB3

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

Shades of Fuchsia #D83FB3

Tints of Fuchsia #D83FB3

Color information

#D83FB3 (or 0xD83FB3) is unknown color: approx Fuchsia. HEX triplet: D8, 3F and B3. RGB value is (216,63,179). Sum of RGB (Red+Green+Blue) = 216+63+179=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FB3 is #27C04C. Grayscale: #797979. Windows color (decimal): -2605133 or 11747288. OLE color: 11747288.

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

Color convert

RGB21663179-
CMYK00.710.170.15
HSL314.51º66.23%54.71%-
HSV(B)314.51º70.83%84.71%-
XYZ38.2321.4144.76-
YUV121.97160.19195.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 63 (25% from 255) = 13.76%
BLUE value IS 179 (70.31% from 255) = 39.08%
R=47.16%
G=13.76%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166317900.710.170.15314.5166.2354.71
HexD83FB304711F13b4237
Octal330772630107211747310267
Binary1101100011111110110011010001111000111111001110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83FB3; }

 p { color: rgb(216,63,179); }

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

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

 a { background-color: rgb(216,63,179); }

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

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

 span { border-color: rgb(216,63,179); }

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