#D85AB0

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

Shades of Fuchsia #D85AB0

Tints of Fuchsia #D85AB0

Color information

#D85AB0 (or 0xD85AB0) is unknown color: approx Fuchsia. HEX triplet: D8, 5A and B0. RGB value is (216,90,176). Sum of RGB (Red+Green+Blue) = 216+90+176=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AB0 is #27A54F. Grayscale: #898989. Windows color (decimal): -2598224 or 11557592. OLE color: 11557592.

HSL color Cylindrical-coordinate representation of color #D85AB0: hue angle of 319.05º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AB0 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21690176-
CMYK00.580.190.15
HSL319.05º61.76%60%-
HSV(B)319.05º58.33%84.71%-
XYZ39.8125.0543.81-
YUV137.48149.74184.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=44.81%
G=18.67%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169017600.580.190.15319.0561.7660
HexD85AB003A13F13f3e3c
Octal33013226007223174777674
Binary110110001011010101100000111010100111111100111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85AB0; }

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

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

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

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

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

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

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

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