Html Css Color HEX #D64FC6 Fuchsia

📋 copy color: '#D64FC6'

red 214 ◦ green 79 ◦ blue 198

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

Shades of Fuchsia #D64FC6

Tints of Fuchsia #D64FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 43.58%
G = 16.09%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D64FC6 (or 0xD64FC6) is known color: Fuchsia. HEX triplet: D6, 4F and C6. RGB value is (214,79,198). Sum of RGB (Red+Green+Blue) = 214+79+198=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FC6 is #29B039. Grayscale: #848484. Windows color (decimal): -2732090 or 12996566. OLE color: 12996566.

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

Color convert

RGB 214 79 198 -
CMYK 0 0.63 0.07 0.16
HSL 307.11º 0.62% 0.57% -
HSV(B) 307.11º 0.63% 0.84% -
XYZ 40.72 23.97 55.91 -
YUV 132.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 214 79 198 0 0.63 0.07 0.16 307.11 0.62 0.57
Hex D6 4F C6 0 3F 7 10 133 3E 39
Octal 326 117 306 0 77 7 20 463 76 71
Binary 11010110 1001111 11000110 0 111111 111 10000 100110011 111110 111001

Color Harmonies of #D64FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FC6

Black with #D64FC6

Text Example


Text Example

White with #D64FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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