Html Css Color HEX #D64EC1 Fuchsia

📋 copy color: '#D64EC1'

red 214 ◦ green 78 ◦ blue 193

#D64EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D64EC1

Tints of Fuchsia #D64EC1

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

 GREEN value IS 78 (30.86% from 255) = 16.08%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 44.12%
G = 16.08%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D64EC1 (or 0xD64EC1) is known color: Fuchsia. HEX triplet: D6, 4E and C1. RGB value is (214,78,193). Sum of RGB (Red+Green+Blue) = 214+78+193=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC1 is #29B13E. Grayscale: #838383. Windows color (decimal): -2732351 or 12668630. OLE color: 12668630.

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

Color convert

RGB 214 78 193 -
CMYK 0 0.64 0.10 0.16
HSL 309.26º 0.62% 0.57% -
HSV(B) 309.26º 0.64% 0.84% -
XYZ 40.08 23.6 52.89 -
YUV 131.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 214 78 193 0 0.64 0.10 0.16 309.26 0.62 0.57
Hex D6 4E C1 0 40 A 10 135 3E 39
Octal 326 116 301 0 100 12 20 465 76 71
Binary 11010110 1001110 11000001 0 1000000 1010 10000 100110101 111110 111001

Color Harmonies of #D64EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EC1

Black with #D64EC1

Text Example


Text Example

White with #D64EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EC1; }

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

 H1.HeaderClassName
 {
   color: #D64EC1;
 }
 .AnyTagClassName
 {
   color: #D64EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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