#D85AB5

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

Shades of Fuchsia #D85AB5

Tints of Fuchsia #D85AB5

Color information

#D85AB5 (or 0xD85AB5) is unknown color: approx Fuchsia. HEX triplet: D8, 5A and B5. RGB value is (216,90,181). Sum of RGB (Red+Green+Blue) = 216+90+181=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB5 is #27A54A. Grayscale: #898989. Windows color (decimal): -2598219 or 11885272. OLE color: 11885272.

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

Color convert

RGB21690181-
CMYK00.580.160.15
HSL316.67º61.76%60%-
HSV(B)316.67º58.33%84.71%-
XYZ40.3225.2546.46-
YUV138.05152.24183.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 90 (35.55% from 255) = 18.48%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=44.35%
G=18.48%
B=37.17%

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
Decimal2169018100.580.160.15316.6761.7660
HexD85AB503A10F13d3e3c
Octal33013226507220174757674
Binary110110001011010101101010111010100001111100111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85AB5; }

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

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

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

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

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

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

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

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