#D541AD

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

Shades of Fuchsia #D541AD

Tints of Fuchsia #D541AD

Color information

#D541AD (or 0xD541AD) is unknown color: approx Fuchsia. HEX triplet: D5, 41 and AD. RGB value is (213,65,173). Sum of RGB (Red+Green+Blue) = 213+65+173=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D541AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541AD is #2ABE52. Grayscale: #797979. Windows color (decimal): -2801235 or 11354581. OLE color: 11354581.

HSL color Cylindrical-coordinate representation of color #D541AD: hue angle of 316.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541AD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB21365173-
CMYK00.690.190.16
HSL316.22º63.79%54.51%-
HSV(B)316.22º69.48%83.53%-
XYZ36.8720.9441.63-
YUV121.56157.03193.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=47.23%
G=14.41%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136517300.690.190.16316.2263.7954.51
HexD541AD045131013c4037
Octal3251012550105232047410067
Binary110101011000001101011010100010110011100001001111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541AD; }

 p { color: rgb(213,65,173); }

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

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

 a { background-color: rgb(213,65,173); }

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

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

 span { border-color: rgb(213,65,173); }

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