#D05FCA

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

Shades of Fuchsia #D05FCA

Tints of Fuchsia #D05FCA

Color information

#D05FCA (or 0xD05FCA) is unknown color: approx Fuchsia. HEX triplet: D0, 5F and CA. RGB value is (208,95,202). Sum of RGB (Red+Green+Blue) = 208+95+202=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FCA is #2FA035. Grayscale: #8C8C8C. Windows color (decimal): -3121206 or 13262800. OLE color: 13262800.

HSL color Cylindrical-coordinate representation of color #D05FCA: hue angle of 303.19º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FCA is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB20895202-
CMYK00.540.030.18
HSL303.19º54.59%59.41%-
HSV(B)303.19º54.33%81.57%-
XYZ40.7725.8658.72-
YUV140.98162.44175.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 95 (37.5% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 40%
R=41.19%
G=18.81%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089520200.540.030.18303.1954.5959.41
HexD05FCA03631212f373b
Octal3201373120663224576773
Binary1101000010111111100101001101101110010100101111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FCA; }

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

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

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

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

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

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

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

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