#D041C0

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

Shades of Fuchsia #D041C0

Tints of Fuchsia #D041C0

Color information

#D041C0 (or 0xD041C0) is unknown color: approx Fuchsia. HEX triplet: D0, 41 and C0. RGB value is (208,65,192). Sum of RGB (Red+Green+Blue) = 208+65+192=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C0 is #2FBE3F. Grayscale: #797979. Windows color (decimal): -3128896 or 12599760. OLE color: 12599760.

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

Color convert

RGB20865192-
CMYK00.690.080.18
HSL306.71º60.34%53.53%-
HSV(B)306.71º68.75%81.57%-
XYZ37.422151.95-
YUV122.24167.38189.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 65 (25.78% from 255) = 13.98%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=44.73%
G=13.98%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086519200.690.080.18306.7160.3453.53
HexD041C00458121333c36
Octal320101300010510224637466
Binary1101000010000011100000001000101100010010100110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D041C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D041C0; }

 p { color: rgb(208,65,192); }

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

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

 a { background-color: rgb(208,65,192); }

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

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

 span { border-color: rgb(208,65,192); }

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