Html Css Color HEX #D64EB1 Fuchsia

📋 copy color: '#D64EB1'

red 214 ◦ green 78 ◦ blue 177

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

Shades of Fuchsia #D64EB1

Tints of Fuchsia #D64EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 45.63%
G = 16.63%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D64EB1 (or 0xD64EB1) is known color: Fuchsia. HEX triplet: D6, 4E and B1. RGB value is (214,78,177). Sum of RGB (Red+Green+Blue) = 214+78+177=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EB1 is #29B14E. Grayscale: #818181. Windows color (decimal): -2732367 or 11620054. OLE color: 11620054.

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

Color convert

RGB 214 78 177 -
CMYK 0 0.64 0.17 0.16
HSL 316.32º 0.62% 0.57% -
HSV(B) 316.32º 0.64% 0.84% -
XYZ 38.39 22.92 44 -
YUV 129.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 214 78 177 0 0.64 0.17 0.16 316.32 0.62 0.57
Hex D6 4E B1 0 40 11 10 13C 3E 39
Octal 326 116 261 0 100 21 20 474 76 71
Binary 11010110 1001110 10110001 0 1000000 10001 10000 100111100 111110 111001

Color Harmonies of #D64EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EB1

Black with #D64EB1

Text Example


Text Example

White with #D64EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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