#D65AB0

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

Shades of Fuchsia #D65AB0

Tints of Fuchsia #D65AB0

Color information

#D65AB0 (or 0xD65AB0) is unknown color: approx Fuchsia. HEX triplet: D6, 5A and B0. RGB value is (214,90,176). Sum of RGB (Red+Green+Blue) = 214+90+176=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AB0 is #29A54F. Grayscale: #888888. Windows color (decimal): -2729296 or 11557590. OLE color: 11557590.

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

Color convert

RGB21490176-
CMYK00.580.180.16
HSL318.39º60.19%59.61%-
HSV(B)318.39º57.94%83.92%-
XYZ39.2224.7443.78-
YUV136.88150.08183.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=44.58%
G=18.75%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149017600.580.180.16318.3960.1959.61
HexD65AB003A121013e3c3c
Octal32613226007222204767474
Binary1101011010110101011000001110101001010000100111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65AB0; }

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

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

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

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

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

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

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

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