#D85FB2

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

Shades of Fuchsia #D85FB2

Tints of Fuchsia #D85FB2

Color information

#D85FB2 (or 0xD85FB2) is unknown color: approx Fuchsia. HEX triplet: D8, 5F and B2. RGB value is (216,95,178). Sum of RGB (Red+Green+Blue) = 216+95+178=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FB2 is #27A04D. Grayscale: #8C8C8C. Windows color (decimal): -2596942 or 11689944. OLE color: 11689944.

HSL color Cylindrical-coordinate representation of color #D85FB2: hue angle of 318.84º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85FB2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21695178-
CMYK00.560.180.15
HSL318.84º60.8%60.98%-
HSV(B)318.84º56.02%84.71%-
XYZ40.452645.01-
YUV140.64149.09181.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 178 (69.92% from 255) = 36.40%
R=44.17%
G=19.43%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169517800.560.180.15318.8460.860.98
HexD85FB203812F13f3d3d
Octal33013726207022174777575
Binary110110001011111101100100111000100101111100111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85FB2; }

 p { color: rgb(216,95,178); }

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

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

 a { background-color: rgb(216,95,178); }

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

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

 span { border-color: rgb(216,95,178); }

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