#D85ABA

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

Shades of Fuchsia #D85ABA

Tints of Fuchsia #D85ABA

Color information

#D85ABA (or 0xD85ABA) is unknown color: approx Fuchsia. HEX triplet: D8, 5A and BA. RGB value is (216,90,186). Sum of RGB (Red+Green+Blue) = 216+90+186=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABA is #27A545. Grayscale: #8A8A8A. Windows color (decimal): -2598214 or 12212952. OLE color: 12212952.

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

Color convert

RGB21690186-
CMYK00.580.140.15
HSL314.29º61.76%60%-
HSV(B)314.29º58.33%84.71%-
XYZ40.8425.4649.22-
YUV138.62154.74183.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=43.90%
G=18.29%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169018600.580.140.15314.2961.7660
HexD85ABA03AEF13a3e3c
Octal33013227207216174727674
Binary11011000101101010111010011101011101111100111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85ABA; }

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

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

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

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

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

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

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

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