#D84DB1

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

Shades of Fuchsia #D84DB1

Tints of Fuchsia #D84DB1

Color information

#D84DB1 (or 0xD84DB1) is unknown color: approx Fuchsia. HEX triplet: D8, 4D and B1. RGB value is (216,77,177). Sum of RGB (Red+Green+Blue) = 216+77+177=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DB1 is #27B24E. Grayscale: #818181. Windows color (decimal): -2601551 or 11619800. OLE color: 11619800.

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

Color convert

RGB21677177-
CMYK00.640.180.15
HSL316.83º64.06%57.45%-
HSV(B)316.83º64.35%84.71%-
XYZ38.9123.0844-
YUV129.96154.55189.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=45.96%
G=16.38%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167717700.640.180.15316.8364.0657.45
HexD84DB104012F13d4039
Octal3301152610100221747510071
Binary11011000100110110110001010000001001011111001111011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84DB1; }

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

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

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

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

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

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

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

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