#D861B9

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

Shades of Fuchsia #D861B9

Tints of Fuchsia #D861B9

Color information

#D861B9 (or 0xD861B9) is unknown color: approx Fuchsia. HEX triplet: D8, 61 and B9. RGB value is (216,97,185). Sum of RGB (Red+Green+Blue) = 216+97+185=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B9 is #279E46. Grayscale: #8E8E8E. Windows color (decimal): -2596423 or 12149208. OLE color: 12149208.

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

Color convert

RGB21697185-
CMYK00.550.140.15
HSL315.63º60.41%61.37%-
HSV(B)315.63º55.09%84.71%-
XYZ41.3526.6548.86-
YUV142.61151.92180.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=43.37%
G=19.48%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169718500.550.140.15315.6360.4161.37
HexD861B9037EF13c3c3d
Octal33014127106716174747475
Binary11011000110000110111001011011111101111100111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861B9; }

 p { color: rgb(216,97,185); }

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

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

 a { background-color: rgb(216,97,185); }

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

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

 span { border-color: rgb(216,97,185); }

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