#D44ABA

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

Shades of Fuchsia #D44ABA

Tints of Fuchsia #D44ABA

Color information

#D44ABA (or 0xD44ABA) is unknown color: approx Fuchsia. HEX triplet: D4, 4A and BA. RGB value is (212,74,186). Sum of RGB (Red+Green+Blue) = 212+74+186=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABA is #2BB545. Grayscale: #7F7F7F. Windows color (decimal): -2864454 or 12208852. OLE color: 12208852.

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

Color convert

RGB21274186-
CMYK00.650.120.17
HSL311.3º61.61%56.08%-
HSV(B)311.3º65.09%83.14%-
XYZ38.4622.4448.76-
YUV128.03160.72187.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=44.92%
G=15.68%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127418600.650.120.17311.361.6156.08
HexD44ABA041C111373e38
Octal324112272010114214677670
Binary1101010010010101011101001000001110010001100110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44ABA; }

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

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

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

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

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

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

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

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