#D83FC4

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

Shades of Fuchsia #D83FC4

Tints of Fuchsia #D83FC4

Color information

#D83FC4 (or 0xD83FC4) is unknown color: approx Fuchsia. HEX triplet: D8, 3F and C4. RGB value is (216,63,196). Sum of RGB (Red+Green+Blue) = 216+63+196=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FC4 is #27C03B. Grayscale: #7B7B7B. Windows color (decimal): -2605116 or 12861400. OLE color: 12861400.

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

Color convert

RGB21663196-
CMYK00.710.090.15
HSL307.84º66.23%54.71%-
HSV(B)307.84º70.83%84.71%-
XYZ40.0622.1454.39-
YUV123.91168.69193.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=45.47%
G=13.26%
B=41.26%

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
Decimal2166319600.710.090.15307.8466.2354.71
HexD83FC40479F1344237
Octal330773040107111746410267
Binary110110001111111100010001000111100111111001101001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83FC4; }

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

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

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

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

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

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

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

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