#D83FC0

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

Shades of Fuchsia #D83FC0

Tints of Fuchsia #D83FC0

Color information

#D83FC0 (or 0xD83FC0) is unknown color: approx Fuchsia. HEX triplet: D8, 3F and C0. RGB value is (216,63,192). Sum of RGB (Red+Green+Blue) = 216+63+192=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FC0 is #27C03F. Grayscale: #7B7B7B. Windows color (decimal): -2605120 or 12599256. OLE color: 12599256.

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

Color convert

RGB21663192-
CMYK00.710.110.15
HSL309.41º66.23%54.71%-
HSV(B)309.41º70.83%84.71%-
XYZ39.6121.9652.02-
YUV123.45166.69194.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.86%
GREEN value IS 63 (25% from 255) = 13.38%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=45.86%
G=13.38%
B=40.76%

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
Decimal2166319200.710.110.15309.4166.2354.71
HexD83FC0047BF1354237
Octal330773000107131746510267
Binary110110001111111100000001000111101111111001101011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83FC0; }

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

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

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

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

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

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

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

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