#D03FCA

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

Shades of Fuchsia #D03FCA

Tints of Fuchsia #D03FCA

Color information

#D03FCA (or 0xD03FCA) is unknown color: approx Fuchsia. HEX triplet: D0, 3F and CA. RGB value is (208,63,202). Sum of RGB (Red+Green+Blue) = 208+63+202=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FCA is #2FC035. Grayscale: #797979. Windows color (decimal): -3129398 or 13254608. OLE color: 13254608.

HSL color Cylindrical-coordinate representation of color #D03FCA: hue angle of 302.48º 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 #D03FCA is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20863202-
CMYK00.700.030.18
HSL302.48º60.67%53.14%-
HSV(B)302.48º69.71%81.57%-
XYZ38.4521.2357.95-
YUV122.2173.04189.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=43.97%
G=13.32%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086320200.700.030.18302.4860.6753.14
HexD03FCA04631212e3d35
Octal3207731201063224567565
Binary1101000011111111001010010001101110010100101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03FCA; }

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

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

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

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

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

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

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

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