#D65ABF

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

Shades of Fuchsia #D65ABF

Tints of Fuchsia #D65ABF

Color information

#D65ABF (or 0xD65ABF) is unknown color: approx Fuchsia. HEX triplet: D6, 5A and BF. RGB value is (214,90,191). Sum of RGB (Red+Green+Blue) = 214+90+191=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ABF is #29A540. Grayscale: #8A8A8A. Windows color (decimal): -2729281 or 12540630. OLE color: 12540630.

HSL color Cylindrical-coordinate representation of color #D65ABF: hue angle of 311.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65ABF is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB21490191-
CMYK00.580.110.16
HSL311.13º60.19%59.61%-
HSV(B)311.13º57.94%83.92%-
XYZ40.7925.3752.04-
YUV138.59157.58181.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 191 (75% from 255) = 38.59%
R=43.23%
G=18.18%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149019100.580.110.16311.1360.1959.61
HexD65ABF03AB101373c3c
Octal32613227707213204677474
Binary110101101011010101111110111010101110000100110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65ABF; }

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

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

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

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

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

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

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

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