#D861B8

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

Shades of Fuchsia #D861B8

Tints of Fuchsia #D861B8

Color information

#D861B8 (or 0xD861B8) is unknown color: approx Fuchsia. HEX triplet: D8, 61 and B8. RGB value is (216,97,184). Sum of RGB (Red+Green+Blue) = 216+97+184=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D861B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861B8 is #279E47. Grayscale: #8E8E8E. Windows color (decimal): -2596424 or 12083672. OLE color: 12083672.

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

Color convert

RGB21697184-
CMYK00.550.150.15
HSL316.13º60.41%61.37%-
HSV(B)316.13º55.09%84.71%-
XYZ41.2526.6148.31-
YUV142.5151.42180.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=43.46%
G=19.52%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169718400.550.150.15316.1360.4161.37
HexD861B8037FF13c3c3d
Octal33014127006717174747475
Binary11011000110000110111000011011111111111100111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861B8; }

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

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

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

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

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

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

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

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