Html Css Color HEX #D64DC1 Fuchsia

📋 copy color: '#D64DC1'

red 214 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #D64DC1

Tints of Fuchsia #D64DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 44.21%
G = 15.91%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D64DC1 (or 0xD64DC1) is known color: Fuchsia. HEX triplet: D6, 4D and C1. RGB value is (214,77,193). Sum of RGB (Red+Green+Blue) = 214+77+193=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC1 is #29B23E. Grayscale: #828282. Windows color (decimal): -2732607 or 12668374. OLE color: 12668374.

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

Color convert

RGB 214 77 193 -
CMYK 0 0.64 0.10 0.16
HSL 309.2º 0.63% 0.57% -
HSV(B) 309.2º 0.64% 0.84% -
XYZ 40.01 23.45 52.87 -
YUV 131.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 214 77 193 0 0.64 0.10 0.16 309.2 0.63 0.57
Hex D6 4D C1 0 40 A 10 135 3F 39
Octal 326 115 301 0 100 12 20 465 77 71
Binary 11010110 1001101 11000001 0 1000000 1010 10000 100110101 111111 111001

Color Harmonies of #D64DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DC1

Black with #D64DC1

Text Example


Text Example

White with #D64DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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