#D03FC6

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

Shades of Fuchsia #D03FC6

Tints of Fuchsia #D03FC6

Color information

#D03FC6 (or 0xD03FC6) is unknown color: approx Fuchsia. HEX triplet: D0, 3F and C6. RGB value is (208,63,198). Sum of RGB (Red+Green+Blue) = 208+63+198=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FC6 is #2FC039. Grayscale: #797979. Windows color (decimal): -3129402 or 12992464. OLE color: 12992464.

HSL color Cylindrical-coordinate representation of color #D03FC6: hue angle of 304.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FC6 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB20863198-
CMYK00.700.050.18
HSL304.14º60.67%53.14%-
HSV(B)304.14º69.71%81.57%-
XYZ37.9821.0455.49-
YUV121.74171.04189.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 63 (25% from 255) = 13.43%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=44.35%
G=13.43%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086319800.700.050.18304.1460.6753.14
HexD03FC60465121303d35
Octal3207730601065224607565
Binary11010000111111110001100100011010110010100110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03FC6; }

 p { color: rgb(208,63,198); }

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

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

 a { background-color: rgb(208,63,198); }

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

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

 span { border-color: rgb(208,63,198); }

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