#d44abf

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

Shades of Fuchsia #D44ABF

Tints of Fuchsia #D44ABF

Color information

#D44ABF (or 0xD44ABF) is unknown color: approx Fuchsia. HEX triplet: D4, 4A and BF. RGB value is (212,74,191). Sum of RGB (Red+Green+Blue) = 212+74+191=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABF is #2BB540. Grayscale: #808080. Windows color (decimal): -2864449 or 12536532. OLE color: 12536532.

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

Color convert

RGB21274191-
CMYK00.650.100.17
HSL309.13º61.61%56.08%-
HSV(B)309.13º65.09%83.14%-
XYZ3922.6651.61-
YUV128.6163.22187.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 74 (29.30% from 255) = 15.51%
BLUE value IS 191 (75% from 255) = 40.04%
R=44.44%
G=15.51%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127419100.650.100.17309.1361.6156.08
HexD44ABF041A111353e38
Octal324112277010112214657670
Binary1101010010010101011111101000001101010001100110101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44abf; }

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

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

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

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

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

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

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

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