#D545AD

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

Shades of Fuchsia #D545AD

Tints of Fuchsia #D545AD

Color information

#D545AD (or 0xD545AD) is unknown color: approx Fuchsia. HEX triplet: D5, 45 and AD. RGB value is (213,69,173). Sum of RGB (Red+Green+Blue) = 213+69+173=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AD is #2ABA52. Grayscale: #7B7B7B. Windows color (decimal): -2800211 or 11355605. OLE color: 11355605.

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

Color convert

RGB21369173-
CMYK00.680.190.16
HSL316.67º63.16%55.29%-
HSV(B)316.67º67.61%83.53%-
XYZ37.1121.4241.71-
YUV123.91155.71191.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=46.81%
G=15.16%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136917300.680.190.16316.6763.1655.29
HexD545AD044131013d3f37
Octal325105255010423204757767
Binary11010101100010110101101010001001001110000100111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D545AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D545AD; }

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

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

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

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

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

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

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

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