#D861BB

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

Shades of Fuchsia #D861BB

Tints of Fuchsia #D861BB

Color information

#D861BB (or 0xD861BB) is unknown color: approx Fuchsia. HEX triplet: D8, 61 and BB. RGB value is (216,97,187). Sum of RGB (Red+Green+Blue) = 216+97+187=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D861BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861BB is #279E44. Grayscale: #8E8E8E. Windows color (decimal): -2596421 or 12280280. OLE color: 12280280.

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

Color convert

RGB21697187-
CMYK00.550.130.15
HSL314.62º60.41%61.37%-
HSV(B)314.62º55.09%84.71%-
XYZ41.5626.7449.98-
YUV142.84152.92180.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=43.2%
G=19.4%
B=37.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169718700.550.130.15314.6260.4161.37
HexD861BB037DF13b3c3d
Octal33014127306715174737475
Binary11011000110000110111011011011111011111100111011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861BB; }

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

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

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

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

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

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

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

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