#D64ABF

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

Shades of Fuchsia #D64ABF

Tints of Fuchsia #D64ABF

Color information

#D64ABF (or 0xD64ABF) is unknown color: approx Fuchsia. HEX triplet: D6, 4A and BF. RGB value is (214,74,191). Sum of RGB (Red+Green+Blue) = 214+74+191=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ABF is #29B540. Grayscale: #808080. Windows color (decimal): -2733377 or 12536534. OLE color: 12536534.

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

Color convert

RGB21474191-
CMYK00.650.110.16
HSL309.86º63.06%56.47%-
HSV(B)309.86º65.42%83.92%-
XYZ39.5822.9651.63-
YUV129.2162.88188.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 74 (29.30% from 255) = 15.45%
BLUE value IS 191 (75% from 255) = 39.87%
R=44.68%
G=15.45%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147419100.650.110.16309.8663.0656.47
HexD64ABF041B101363f38
Octal326112277010113204667770
Binary1101011010010101011111101000001101110000100110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64ABF; }

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

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

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

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

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

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

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

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