#D851B2

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

Shades of Fuchsia #D851B2

Tints of Fuchsia #D851B2

Color information

#D851B2 (or 0xD851B2) is unknown color: approx Fuchsia. HEX triplet: D8, 51 and B2. RGB value is (216,81,178). Sum of RGB (Red+Green+Blue) = 216+81+178=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D851B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D851B2 is #27AE4D. Grayscale: #848484. Windows color (decimal): -2600526 or 11686360. OLE color: 11686360.

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

Color convert

RGB21681178-
CMYK00.620.180.15
HSL316.89º63.38%58.24%-
HSV(B)316.89º62.5%84.71%-
XYZ39.323.744.62-
YUV132.42153.73187.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 81 (32.03% from 255) = 17.05%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=45.47%
G=17.05%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168117800.620.180.15316.8963.3858.24
HexD851B203E12F13d3f3a
Octal33012126207622174757772
Binary110110001010001101100100111110100101111100111101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D851B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D851B2; }

 p { color: rgb(216,81,178); }

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

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

 a { background-color: rgb(216,81,178); }

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

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

 span { border-color: rgb(216,81,178); }

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