#D84DB0

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

Shades of Fuchsia #D84DB0

Tints of Fuchsia #D84DB0

Color information

#D84DB0 (or 0xD84DB0) is unknown color: approx Fuchsia. HEX triplet: D8, 4D and B0. RGB value is (216,77,176). Sum of RGB (Red+Green+Blue) = 216+77+176=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DB0 is #27B24F. Grayscale: #818181. Windows color (decimal): -2601552 or 11554264. OLE color: 11554264.

HSL color Cylindrical-coordinate representation of color #D84DB0: hue angle of 317.27º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DB0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21677176-
CMYK00.640.190.15
HSL317.27º64.06%57.45%-
HSV(B)317.27º64.35%84.71%-
XYZ38.8123.0443.48-
YUV129.85154.05189.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=46.06%
G=16.42%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167717600.640.190.15317.2764.0657.45
HexD84DB004013F13d4039
Octal3301152600100231747510071
Binary11011000100110110110000010000001001111111001111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84DB0; }

 p { color: rgb(216,77,176); }

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

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

 a { background-color: rgb(216,77,176); }

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

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

 span { border-color: rgb(216,77,176); }

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