#d041c5

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

Shades of Fuchsia #D041C5

Tints of Fuchsia #D041C5

Color information

#D041C5 (or 0xD041C5) is unknown color: approx Fuchsia. HEX triplet: D0, 41 and C5. RGB value is (208,65,197). Sum of RGB (Red+Green+Blue) = 208+65+197=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D041C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041C5 is #2FBE3A. Grayscale: #7A7A7A. Windows color (decimal): -3128891 or 12927440. OLE color: 12927440.

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

Color convert

RGB20865197-
CMYK00.690.050.18
HSL304.62º60.34%53.53%-
HSV(B)304.62º68.75%81.57%-
XYZ37.9821.2254.92-
YUV122.8169.88188.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 65 (25.78% from 255) = 13.83%
BLUE value IS 197 (77.34% from 255) = 41.91%
R=44.26%
G=13.83%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086519700.690.050.18304.6260.3453.53
HexD041C50455121313c36
Octal32010130501055224617466
Binary110100001000001110001010100010110110010100110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d041c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d041c5; }

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

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

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

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

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

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

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

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