#D041D1

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

Shades of Fuchsia #D041D1

Tints of Fuchsia #D041D1

Color information

#D041D1 (or 0xD041D1) is unknown color: approx Fuchsia. HEX triplet: D0, 41 and D1. RGB value is (208,65,209). Sum of RGB (Red+Green+Blue) = 208+65+209=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #D041D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041D1 is #2FBE2E. Grayscale: #7B7B7B. Windows color (decimal): -3128879 or 13713872. OLE color: 13713872.

HSL color Cylindrical-coordinate representation of color #D041D1: hue angle of 299.58º degrees, saturation: 0.61, 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 #D041D1 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20865209-
CMYK0.000.6900.18
HSL299.58º61.02%53.73%-
HSV(B)299.58º68.9%81.96%-
XYZ39.4121.7962.45-
YUV124.17175.88187.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 65 (25.78% from 255) = 13.49%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=43.15%
G=13.49%
B=43.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208652090.000.6900.18299.5861.0253.73
HexD041D104501212c3d36
Octal32010132101050224547566
Binary1101000010000011101000101000101010010100101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D041D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D041D1; }

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

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

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

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

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

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

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

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