#D543C1

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

Shades of Fuchsia #D543C1

Tints of Fuchsia #D543C1

Color information

#D543C1 (or 0xD543C1) is unknown color: approx Fuchsia. HEX triplet: D5, 43 and C1. RGB value is (213,67,193). Sum of RGB (Red+Green+Blue) = 213+67+193=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D543C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543C1 is #2ABC3E. Grayscale: #7C7C7C. Windows color (decimal): -2800703 or 12665813. OLE color: 12665813.

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

Color convert

RGB21367193-
CMYK00.690.090.16
HSL308.22º63.48%54.9%-
HSV(B)308.22º68.54%83.53%-
XYZ39.0722.0152.64-
YUV125.02166.37190.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 67 (26.56% from 255) = 14.16%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=45.03%
G=14.16%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136719300.690.090.16308.2263.4854.9
HexD543C10459101343f37
Octal325103301010511204647767
Binary1101010110000111100000101000101100110000100110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D543C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D543C1; }

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

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

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

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

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

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

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

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