#D542B7

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

Shades of Fuchsia #D542B7

Tints of Fuchsia #D542B7

Color information

#D542B7 (or 0xD542B7) is unknown color: approx Fuchsia. HEX triplet: D5, 42 and B7. RGB value is (213,66,183). Sum of RGB (Red+Green+Blue) = 213+66+183=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D542B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542B7 is #2ABD48. Grayscale: #7A7A7A. Windows color (decimal): -2800969 or 12010197. OLE color: 12010197.

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

Color convert

RGB21366183-
CMYK00.690.140.16
HSL312.24º63.64%54.71%-
HSV(B)312.24º69.01%83.53%-
XYZ37.9421.4646.94-
YUV123.29161.7191.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=46.10%
G=14.29%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136618300.690.140.16312.2463.6454.71
HexD542B7045E101384037
Octal3251022670105162047010067
Binary11010101100001010110111010001011110100001001110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542B7; }

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

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

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

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

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

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

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

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