#D85ABB

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

Shades of Fuchsia #D85ABB

Tints of Fuchsia #D85ABB

Color information

#D85ABB (or 0xD85ABB) is unknown color: approx Fuchsia. HEX triplet: D8, 5A and BB. RGB value is (216,90,187). Sum of RGB (Red+Green+Blue) = 216+90+187=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABB is #27A544. Grayscale: #8A8A8A. Windows color (decimal): -2598213 or 12278488. OLE color: 12278488.

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

Color convert

RGB21690187-
CMYK00.580.130.15
HSL313.81º61.76%60%-
HSV(B)313.81º58.33%84.71%-
XYZ40.9425.549.78-
YUV138.73155.24183.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 90 (35.55% from 255) = 18.26%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=43.81%
G=18.26%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169018700.580.130.15313.8161.7660
HexD85ABB03ADF13a3e3c
Octal33013227307215174727674
Binary11011000101101010111011011101011011111100111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85ABB; }

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

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

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

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

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

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

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

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