Html Css Color HEX #D64DC8 Fuchsia

📋 copy color: '#D64DC8'

red 214 ◦ green 77 ◦ blue 200

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

Shades of Fuchsia #D64DC8

Tints of Fuchsia #D64DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 43.58%
G = 15.68%
B = 40.73%

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

#D64DC8 (or 0xD64DC8) is known color: Fuchsia. HEX triplet: D6, 4D and C8. RGB value is (214,77,200). Sum of RGB (Red+Green+Blue) = 214+77+200=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DC8 is #29B237. Grayscale: #838383. Windows color (decimal): -2732600 or 13127126. OLE color: 13127126.

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

Color convert

RGB 214 77 200 -
CMYK 0 0.64 0.07 0.16
HSL 306.13º 0.63% 0.57% -
HSV(B) 306.13º 0.64% 0.84% -
XYZ 40.81 23.77 57.08 -
YUV 131.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 214 77 200 0 0.64 0.07 0.16 306.13 0.63 0.57
Hex D6 4D C8 0 40 7 10 132 3F 39
Octal 326 115 310 0 100 7 20 462 77 71
Binary 11010110 1001101 11001000 0 1000000 111 10000 100110010 111111 111001

Color Harmonies of #D64DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DC8

Black with #D64DC8

Text Example


Text Example

White with #D64DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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