#D85AB6

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

Shades of Fuchsia #D85AB6

Tints of Fuchsia #D85AB6

Color information

#D85AB6 (or 0xD85AB6) is unknown color: approx Fuchsia. HEX triplet: D8, 5A and B6. RGB value is (216,90,182). Sum of RGB (Red+Green+Blue) = 216+90+182=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB6 is #27A549. Grayscale: #898989. Windows color (decimal): -2598218 or 11950808. OLE color: 11950808.

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

Color convert

RGB21690182-
CMYK00.580.160.15
HSL316.19º61.76%60%-
HSV(B)316.19º58.33%84.71%-
XYZ40.4225.2947.01-
YUV138.16152.74183.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 90 (35.55% from 255) = 18.44%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=44.26%
G=18.44%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169018200.580.160.15316.1961.7660
HexD85AB603A10F13c3e3c
Octal33013226607220174747674
Binary110110001011010101101100111010100001111100111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85AB6; }

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

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

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

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

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

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

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

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