#D854B5

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

Shades of Fuchsia #D854B5

Tints of Fuchsia #D854B5

Color information

#D854B5 (or 0xD854B5) is unknown color: approx Fuchsia. HEX triplet: D8, 54 and B5. RGB value is (216,84,181). Sum of RGB (Red+Green+Blue) = 216+84+181=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D854B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854B5 is #27AB4A. Grayscale: #868686. Windows color (decimal): -2599755 or 11883736. OLE color: 11883736.

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

Color convert

RGB21684181-
CMYK00.610.160.15
HSL315.91º62.86%58.82%-
HSV(B)315.91º61.11%84.71%-
XYZ39.8324.2846.3-
YUV134.53154.23186.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=44.91%
G=17.46%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168418100.610.160.15315.9162.8658.82
HexD854B503D10F13c3f3b
Octal33012426507520174747773
Binary110110001010100101101010111101100001111100111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854B5; }

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

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

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

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

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

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

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

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