Html Css Color HEX #D640C1 Fuchsia

📋 copy color: '#D640C1'

red 214 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #D640C1

Tints of Fuchsia #D640C1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

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

R = 45.44%
G = 13.59%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D640C1 (or 0xD640C1) is known color: Fuchsia. HEX triplet: D6, 40 and C1. RGB value is (214,64,193). Sum of RGB (Red+Green+Blue) = 214+64+193=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D640C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640C1 is #29BF3E. Grayscale: #7B7B7B. Windows color (decimal): -2735935 or 12665046. OLE color: 12665046.

HSL color Cylindrical-coordinate representation of color #D640C1: hue angle of 308.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640C1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 193 -
CMYK 0 0.70 0.10 0.16
HSL 308.4º 0.65% 0.55% -
HSV(B) 308.4º 0.7% 0.84% -
XYZ 39.19 21.81 52.6 -
YUV 123.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 214 64 193 0 0.70 0.10 0.16 308.4 0.65 0.55
Hex D6 40 C1 0 46 A 10 134 41 37
Octal 326 100 301 0 106 12 20 464 101 67
Binary 11010110 1000000 11000001 0 1000110 1010 10000 100110100 1000001 110111

Color Harmonies of #D640C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640C1

Black with #D640C1

Text Example


Text Example

White with #D640C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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