#D840B9

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

Shades of Fuchsia #D840B9

Tints of Fuchsia #D840B9

Color information

#D840B9 (or 0xD840B9) is unknown color: approx Fuchsia. HEX triplet: D8, 40 and B9. RGB value is (216,64,185). Sum of RGB (Red+Green+Blue) = 216+64+185=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D840B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840B9 is #27BF46. Grayscale: #7A7A7A. Windows color (decimal): -2604871 or 12140760. OLE color: 12140760.

HSL color Cylindrical-coordinate representation of color #D840B9: hue angle of 312.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840B9 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB21664185-
CMYK00.700.140.15
HSL312.24º66.09%54.9%-
HSV(B)312.24º70.37%84.71%-
XYZ38.9121.7748.05-
YUV123.24162.86194.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 64 (25.39% from 255) = 13.76%
BLUE value IS 185 (72.66% from 255) = 39.78%
R=46.45%
G=13.76%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166418500.700.140.15312.2466.0954.9
HexD840B9046EF1384237
Octal3301002710106161747010267
Binary1101100010000001011100101000110111011111001110001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D840B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D840B9; }

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

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

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

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

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

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

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

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