#D545AF

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

Shades of Fuchsia #D545AF

Tints of Fuchsia #D545AF

Color information

#D545AF (or 0xD545AF) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and AF. RGB value is (213,69,175). Sum of RGB (Red+Green+Blue) = 213+69+175=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AF is #2ABA50. Grayscale: #7B7B7B. Windows color (decimal): -2800209 or 11486677. OLE color: 11486677.

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

Color convert

RGB21369175-
CMYK00.680.180.16
HSL315.83º63.16%55.29%-
HSV(B)315.83º67.61%83.53%-
XYZ37.3121.542.74-
YUV124.14156.71191.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=46.61%
G=15.10%
B=38.29%

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
Decimal2136917500.680.180.16315.8363.1655.29
HexD545AF044121013c3f37
Octal325105257010422204747767
Binary11010101100010110101111010001001001010000100111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545AF; }

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

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

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

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

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

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

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

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