#D545AE

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

Shades of Fuchsia #D545AE

Tints of Fuchsia #D545AE

Color information

#D545AE (or 0xD545AE) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and AE. RGB value is (213,69,174). Sum of RGB (Red+Green+Blue) = 213+69+174=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AE is #2ABA51. Grayscale: #7B7B7B. Windows color (decimal): -2800210 or 11421141. OLE color: 11421141.

HSL color Cylindrical-coordinate representation of color #D545AE: hue angle of 316.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545AE is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21369174-
CMYK00.680.180.16
HSL316.25º63.16%55.29%-
HSV(B)316.25º67.61%83.53%-
XYZ37.2121.4642.23-
YUV124.03156.21191.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=46.71%
G=15.13%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136917400.680.180.16316.2563.1655.29
HexD545AE044121013c3f37
Octal325105256010422204747767
Binary11010101100010110101110010001001001010000100111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545AE; }

 p { color: rgb(213,69,174); }

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

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

 a { background-color: rgb(213,69,174); }

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

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

 span { border-color: rgb(213,69,174); }

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