#D542C3

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

Shades of Fuchsia #D542C3

Tints of Fuchsia #D542C3

Color information

#D542C3 (or 0xD542C3) is unknown color: approx Fuchsia. HEX triplet: D5, 42 and C3. RGB value is (213,66,195). Sum of RGB (Red+Green+Blue) = 213+66+195=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D542C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542C3 is #2ABD3C. Grayscale: #7C7C7C. Windows color (decimal): -2800957 or 12796629. OLE color: 12796629.

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

Color convert

RGB21366195-
CMYK00.690.080.16
HSL307.35º63.64%54.71%-
HSV(B)307.35º69.01%83.53%-
XYZ39.2421.9853.8-
YUV124.66167.7191.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 195 (76.56% from 255) = 41.14%
R=44.94%
G=13.92%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136619500.690.080.16307.3563.6454.71
HexD542C30458101334037
Octal3251023030105102046310067
Binary11010101100001011000011010001011000100001001100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542C3; }

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

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

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

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

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

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

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

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