Html Css Color HEX #D64DC4 Fuchsia

📋 copy color: '#D64DC4'

red 214 ◦ green 77 ◦ blue 196

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

Shades of Fuchsia #D64DC4

Tints of Fuchsia #D64DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.25%

R = 43.94%
G = 15.81%
B = 40.25%

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

#D64DC4 (or 0xD64DC4) is known color: Fuchsia. HEX triplet: D6, 4D and C4. RGB value is (214,77,196). Sum of RGB (Red+Green+Blue) = 214+77+196=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC4 is #29B23B. Grayscale: #838383. Windows color (decimal): -2732604 or 12864982. OLE color: 12864982.

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

Color convert

RGB 214 77 196 -
CMYK 0 0.64 0.08 0.16
HSL 307.88º 0.63% 0.57% -
HSV(B) 307.88º 0.64% 0.84% -
XYZ 40.35 23.59 54.65 -
YUV 131.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 214 77 196 0 0.64 0.08 0.16 307.88 0.63 0.57
Hex D6 4D C4 0 40 8 10 134 3F 39
Octal 326 115 304 0 100 10 20 464 77 71
Binary 11010110 1001101 11000100 0 1000000 1000 10000 100110100 111111 111001

Color Harmonies of #D64DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DC4

Black with #D64DC4

Text Example


Text Example

White with #D64DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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