#D542B6

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

Shades of Fuchsia #D542B6

Tints of Fuchsia #D542B6

Color information

#D542B6 (or 0xD542B6) is unknown color: approx Fuchsia. HEX triplet: D5, 42 and B6. RGB value is (213,66,182). Sum of RGB (Red+Green+Blue) = 213+66+182=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D542B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542B6 is #2ABD49. Grayscale: #7A7A7A. Windows color (decimal): -2800970 or 11944661. OLE color: 11944661.

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

Color convert

RGB21366182-
CMYK00.690.150.16
HSL312.65º63.64%54.71%-
HSV(B)312.65º69.01%83.53%-
XYZ37.8321.4246.4-
YUV123.18161.2192.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 66 (26.17% from 255) = 14.32%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=46.20%
G=14.32%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136618200.690.150.16312.6563.6454.71
HexD542B6045F101394037
Octal3251022660105172047110067
Binary11010101100001010110110010001011111100001001110011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542B6; }

 p { color: rgb(213,66,182); }

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

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

 a { background-color: rgb(213,66,182); }

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

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

 span { border-color: rgb(213,66,182); }

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