#D54AB7

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

Shades of Fuchsia #D54AB7

Tints of Fuchsia #D54AB7

Color information

#D54AB7 (or 0xD54AB7) is unknown color: approx Fuchsia. HEX triplet: D5, 4A and B7. RGB value is (213,74,183). Sum of RGB (Red+Green+Blue) = 213+74+183=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB7 is #2AB548. Grayscale: #7F7F7F. Windows color (decimal): -2798921 or 12012245. OLE color: 12012245.

HSL color Cylindrical-coordinate representation of color #D54AB7: hue angle of 312.95º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AB7 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21374183-
CMYK00.650.140.16
HSL312.95º62.33%56.27%-
HSV(B)312.95º65.26%83.53%-
XYZ38.4422.4647.11-
YUV127.99159.05188.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=45.32%
G=15.74%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137418300.650.140.16312.9562.3356.27
HexD54AB7041E101393e38
Octal325112267010116204717670
Binary1101010110010101011011101000001111010000100111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54AB7; }

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

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

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

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

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

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

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

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