#D04FCB

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

Shades of Fuchsia #D04FCB

Tints of Fuchsia #D04FCB

Color information

#D04FCB (or 0xD04FCB) is unknown color: approx Fuchsia. HEX triplet: D0, 4F and CB. RGB value is (208,79,203). Sum of RGB (Red+Green+Blue) = 208+79+203=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FCB is #2FB034. Grayscale: #838383. Windows color (decimal): -3125301 or 13324240. OLE color: 13324240.

HSL color Cylindrical-coordinate representation of color #D04FCB: hue angle of 302.33º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04FCB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20879203-
CMYK00.620.020.18
HSL302.33º57.85%56.27%-
HSV(B)302.33º62.02%81.57%-
XYZ39.5923.3158.91-
YUV131.71168.24182.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 79 (31.25% from 255) = 16.12%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=42.45%
G=16.12%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087920300.620.020.18302.3357.8556.27
HexD04FCB03E21212e3a38
Octal3201173130762224567270
Binary1101000010011111100101101111101010010100101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FCB; }

 p { color: rgb(208,79,203); }

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

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

 a { background-color: rgb(208,79,203); }

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

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

 span { border-color: rgb(208,79,203); }

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