#D64DB8

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

Shades of Fuchsia #D64DB8

Tints of Fuchsia #D64DB8

Color information

#D64DB8 (or 0xD64DB8) is unknown color: approx Fuchsia. HEX triplet: D6, 4D and B8. RGB value is (214,77,184). Sum of RGB (Red+Green+Blue) = 214+77+184=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DB8 is #29B247. Grayscale: #818181. Windows color (decimal): -2732616 or 12078550. OLE color: 12078550.

HSL color Cylindrical-coordinate representation of color #D64DB8: hue angle of 313.14º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64DB8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB21477184-
CMYK00.640.140.16
HSL313.14º62.56%57.06%-
HSV(B)313.14º64.02%83.92%-
XYZ39.0423.0647.74-
YUV130.16158.39187.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 77 (30.47% from 255) = 16.21%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=45.05%
G=16.21%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147718400.640.140.16313.1462.5657.06
HexD64DB8040E101393f39
Octal326115270010016204717771
Binary1101011010011011011100001000000111010000100111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DB8; }

 p { color: rgb(214,77,184); }

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

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

 a { background-color: rgb(214,77,184); }

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

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

 span { border-color: rgb(214,77,184); }

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