#D54ABA

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

Shades of Fuchsia #D54ABA

Tints of Fuchsia #D54ABA

Color information

#D54ABA (or 0xD54ABA) is unknown color: approx Fuchsia. HEX triplet: D5, 4A and BA. RGB value is (213,74,186). Sum of RGB (Red+Green+Blue) = 213+74+186=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABA is #2AB545. Grayscale: #808080. Windows color (decimal): -2798918 or 12208853. OLE color: 12208853.

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

Color convert

RGB21374186-
CMYK00.650.130.16
HSL311.65º62.33%56.27%-
HSV(B)311.65º65.26%83.53%-
XYZ38.7522.5948.77-
YUV128.33160.55188.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 74 (29.30% from 255) = 15.64%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=45.03%
G=15.64%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137418600.650.130.16311.6562.3356.27
HexD54ABA041D101383e38
Octal325112272010115204707670
Binary1101010110010101011101001000001110110000100111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54ABA; }

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

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

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

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

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

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

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

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