#D84DBB

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

Shades of Fuchsia #D84DBB

Tints of Fuchsia #D84DBB

Color information

#D84DBB (or 0xD84DBB) is unknown color: approx Fuchsia. HEX triplet: D8, 4D and BB. RGB value is (216,77,187). Sum of RGB (Red+Green+Blue) = 216+77+187=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DBB is #27B244. Grayscale: #828282. Windows color (decimal): -2601541 or 12275160. OLE color: 12275160.

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

Color convert

RGB21677187-
CMYK00.640.130.15
HSL312.52º64.06%57.45%-
HSV(B)312.52º64.35%84.71%-
XYZ39.9423.4949.44-
YUV131.1159.55188.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 77 (30.47% from 255) = 16.04%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=45%
G=16.04%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167718700.640.130.15312.5264.0657.45
HexD84DBB040DF1394039
Octal3301152730100151747110071
Binary1101100010011011011101101000000110111111001110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84DBB; }

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

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

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

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

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

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

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

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