Html Css Color HEX #D64AC8 Fuchsia

📋 copy color: '#D64AC8'

red 214 ◦ green 74 ◦ blue 200

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

Shades of Fuchsia #D64AC8

Tints of Fuchsia #D64AC8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

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

R = 43.85%
G = 15.16%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D64AC8 (or 0xD64AC8) is known color: Fuchsia. HEX triplet: D6, 4A and C8. RGB value is (214,74,200). Sum of RGB (Red+Green+Blue) = 214+74+200=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AC8 is #29B537. Grayscale: #818181. Windows color (decimal): -2733368 or 13126358. OLE color: 13126358.

HSL color Cylindrical-coordinate representation of color #D64AC8: hue angle of 306º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AC8 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 74 200 -
CMYK 0 0.65 0.07 0.16
HSL 306º 0.63% 0.56% -
HSV(B) 306º 0.65% 0.84% -
XYZ 40.61 23.36 57.01 -
YUV 130.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 214 74 200 0 0.65 0.07 0.16 306 0.63 0.56
Hex D6 4A C8 0 41 7 10 132 3F 38
Octal 326 112 310 0 101 7 20 462 77 70
Binary 11010110 1001010 11001000 0 1000001 111 10000 100110010 111111 111000

Color Harmonies of #D64AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AC8

Black with #D64AC8

Text Example


Text Example

White with #D64AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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