#D543B5

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

Shades of Fuchsia #D543B5

Tints of Fuchsia #D543B5

Color information

#D543B5 (or 0xD543B5) is unknown color: approx Fuchsia. HEX triplet: D5, 43 and B5. RGB value is (213,67,181). Sum of RGB (Red+Green+Blue) = 213+67+181=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D543B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543B5 is #2ABC4A. Grayscale: #7B7B7B. Windows color (decimal): -2800715 or 11879381. OLE color: 11879381.

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

Color convert

RGB21367181-
CMYK00.690.150.16
HSL313.15º63.48%54.9%-
HSV(B)313.15º68.54%83.53%-
XYZ37.7921.545.87-
YUV123.65160.37191.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 67 (26.56% from 255) = 14.53%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=46.20%
G=14.53%
B=39.26%

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
Decimal2136718100.690.150.16313.1563.4854.9
HexD543B5045F101393f37
Octal325103265010517204717767
Binary1101010110000111011010101000101111110000100111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D543B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D543B5; }

 p { color: rgb(213,67,181); }

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

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

 a { background-color: rgb(213,67,181); }

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

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

 span { border-color: rgb(213,67,181); }

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