#D854B6

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

Shades of Fuchsia #D854B6

Tints of Fuchsia #D854B6

Color information

#D854B6 (or 0xD854B6) is unknown color: approx Fuchsia. HEX triplet: D8, 54 and B6. RGB value is (216,84,182). Sum of RGB (Red+Green+Blue) = 216+84+182=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D854B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854B6 is #27AB49. Grayscale: #868686. Windows color (decimal): -2599754 or 11949272. OLE color: 11949272.

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

Color convert

RGB21684182-
CMYK00.610.160.15
HSL315.45º62.86%58.82%-
HSV(B)315.45º61.11%84.71%-
XYZ39.9324.3246.84-
YUV134.64154.73186.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=44.81%
G=17.43%
B=37.76%

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
Decimal2168418200.610.160.15315.4562.8658.82
HexD854B603D10F13b3f3b
Octal33012426607520174737773
Binary110110001010100101101100111101100001111100111011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D854B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D854B6; }

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

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

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

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

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

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

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

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