#D64DC1

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

Shades of Fuchsia #D64DC1

Tints of Fuchsia #D64DC1

Color information

#D64DC1 (or 0xD64DC1) is unknown color: approx Fuchsia. HEX triplet: D6, 4D and C1. RGB value is (214,77,193). Sum of RGB (Red+Green+Blue) = 214+77+193=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC1 is #29B23E. Grayscale: #828282. Windows color (decimal): -2732607 or 12668374. OLE color: 12668374.

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

Color convert

RGB21477193-
CMYK00.640.100.16
HSL309.2º62.56%57.06%-
HSV(B)309.2º64.02%83.92%-
XYZ40.0123.4552.87-
YUV131.19162.89187.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 77 (30.47% from 255) = 15.91%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=44.21%
G=15.91%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147719300.640.100.16309.262.5657.06
HexD64DC1040A101353f39
Octal326115301010012204657771
Binary1101011010011011100000101000000101010000100110101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64DC1; }

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

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

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

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

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

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

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

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