Html Css Color HEX #D64DC5 Fuchsia

📋 copy color: '#D64DC5'

red 214 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #D64DC5

Tints of Fuchsia #D64DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.37%

R = 43.85%
G = 15.78%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D64DC5 (or 0xD64DC5) is known color: Fuchsia. HEX triplet: D6, 4D and C5. RGB value is (214,77,197). Sum of RGB (Red+Green+Blue) = 214+77+197=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC5 is #29B23A. Grayscale: #838383. Windows color (decimal): -2732603 or 12930518. OLE color: 12930518.

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

Color convert

RGB 214 77 197 -
CMYK 0 0.64 0.08 0.16
HSL 307.45º 0.63% 0.57% -
HSV(B) 307.45º 0.64% 0.84% -
XYZ 40.46 23.64 55.25 -
YUV 131.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 214 77 197 0 0.64 0.08 0.16 307.45 0.63 0.57
Hex D6 4D C5 0 40 8 10 133 3F 39
Octal 326 115 305 0 100 10 20 463 77 71
Binary 11010110 1001101 11000101 0 1000000 1000 10000 100110011 111111 111001

Color Harmonies of #D64DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DC5

Black with #D64DC5

Text Example


Text Example

White with #D64DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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