Html Css Color HEX #D64FAD Fuchsia

📋 copy color: '#D64FAD'

red 214 ◦ green 79 ◦ blue 173

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

Shades of Fuchsia #D64FAD

Tints of Fuchsia #D64FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 45.92%
G = 16.95%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D64FAD (or 0xD64FAD) is known color: Fuchsia. HEX triplet: D6, 4F and AD. RGB value is (214,79,173). Sum of RGB (Red+Green+Blue) = 214+79+173=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FAD is #29B052. Grayscale: #818181. Windows color (decimal): -2732115 or 11358166. OLE color: 11358166.

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

Color convert

RGB 214 79 173 -
CMYK 0 0.63 0.19 0.16
HSL 318.22º 0.62% 0.57% -
HSV(B) 318.22º 0.63% 0.84% -
XYZ 38.07 22.91 41.95 -
YUV 130.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 214 79 173 0 0.63 0.19 0.16 318.22 0.62 0.57
Hex D6 4F AD 0 3F 13 10 13E 3E 39
Octal 326 117 255 0 77 23 20 476 76 71
Binary 11010110 1001111 10101101 0 111111 10011 10000 100111110 111110 111001

Color Harmonies of #D64FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FAD

Black with #D64FAD

Text Example


Text Example

White with #D64FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FAD; }

 p { color: rgb(214,79,173); }

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

background-color css

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

 a { background-color: rgb(214,79,173); }

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

border-color css

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

 span { border-color: rgb(214,79,173); }

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