Html Css Color HEX #D64DC6 Fuchsia

📋 copy color: '#D64DC6'

red 214 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #D64DC6

Tints of Fuchsia #D64DC6

RGB

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

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

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

R = 43.76%
G = 15.75%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D64DC6 (or 0xD64DC6) is known color: Fuchsia. HEX triplet: D6, 4D and C6. RGB value is (214,77,198). Sum of RGB (Red+Green+Blue) = 214+77+198=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC6 is #29B239. Grayscale: #838383. Windows color (decimal): -2732602 or 12996054. OLE color: 12996054.

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

Color convert

RGB 214 77 198 -
CMYK 0 0.64 0.07 0.16
HSL 307.01º 0.63% 0.57% -
HSV(B) 307.01º 0.64% 0.84% -
XYZ 40.58 23.68 55.86 -
YUV 131.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 214 77 198 0 0.64 0.07 0.16 307.01 0.63 0.57
Hex D6 4D C6 0 40 7 10 133 3F 39
Octal 326 115 306 0 100 7 20 463 77 71
Binary 11010110 1001101 11000110 0 1000000 111 10000 100110011 111111 111001

Color Harmonies of #D64DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DC6

Black with #D64DC6

Text Example


Text Example

White with #D64DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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