#D854B9

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

Shades of Fuchsia #D854B9

Tints of Fuchsia #D854B9

Color information

#D854B9 (or 0xD854B9) is unknown color: approx Fuchsia. HEX triplet: D8, 54 and B9. RGB value is (216,84,185). Sum of RGB (Red+Green+Blue) = 216+84+185=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D854B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854B9 is #27AB46. Grayscale: #868686. Windows color (decimal): -2599751 or 12145880. OLE color: 12145880.

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

Color convert

RGB21684185-
CMYK00.610.140.15
HSL314.09º62.86%58.82%-
HSV(B)314.09º61.11%84.71%-
XYZ40.2524.4448.5-
YUV134.98156.23185.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=44.54%
G=17.32%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168418500.610.140.15314.0962.8658.82
HexD854B903DEF13a3f3b
Octal33012427107516174727773
Binary11011000101010010111001011110111101111100111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854B9; }

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

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

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

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

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

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

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

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