#D861B6

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

Shades of Fuchsia #D861B6

Tints of Fuchsia #D861B6

Color information

#D861B6 (or 0xD861B6) is unknown color: approx Fuchsia. HEX triplet: D8, 61 and B6. RGB value is (216,97,182). Sum of RGB (Red+Green+Blue) = 216+97+182=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B6 is #279E49. Grayscale: #8E8E8E. Windows color (decimal): -2596426 or 11952600. OLE color: 11952600.

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

Color convert

RGB21697182-
CMYK00.550.160.15
HSL317.14º60.41%61.37%-
HSV(B)317.14º55.09%84.71%-
XYZ41.0426.5347.21-
YUV142.27150.42180.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=43.64%
G=19.60%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169718200.550.160.15317.1460.4161.37
HexD861B603710F13d3c3d
Octal33014126606720174757475
Binary110110001100001101101100110111100001111100111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861B6; }

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

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

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

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

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

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

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

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