Html Css Color HEX #D64EC3 Fuchsia

📋 copy color: '#D64EC3'

red 214 ◦ green 78 ◦ blue 195

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

Shades of Fuchsia #D64EC3

Tints of Fuchsia #D64EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 43.94%
G = 16.02%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D64EC3 (or 0xD64EC3) is known color: Fuchsia. HEX triplet: D6, 4E and C3. RGB value is (214,78,195). Sum of RGB (Red+Green+Blue) = 214+78+195=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EC3 is #29B13C. Grayscale: #838383. Windows color (decimal): -2732349 or 12799702. OLE color: 12799702.

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

Color convert

RGB 214 78 195 -
CMYK 0 0.64 0.09 0.16
HSL 308.38º 0.62% 0.57% -
HSV(B) 308.38º 0.64% 0.84% -
XYZ 40.31 23.69 54.08 -
YUV 132 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 214 78 195 0 0.64 0.09 0.16 308.38 0.62 0.57
Hex D6 4E C3 0 40 9 10 134 3E 39
Octal 326 116 303 0 100 11 20 464 76 71
Binary 11010110 1001110 11000011 0 1000000 1001 10000 100110100 111110 111001

Color Harmonies of #D64EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EC3

Black with #D64EC3

Text Example


Text Example

White with #D64EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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