Html Css Color HEX #D64AC7 Fuchsia

📋 copy color: '#D64AC7'

red 214 ◦ green 74 ◦ blue 199

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

Shades of Fuchsia #D64AC7

Tints of Fuchsia #D64AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 43.94%
G = 15.2%
B = 40.86%

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

#D64AC7 (or 0xD64AC7) is known color: Fuchsia. HEX triplet: D6, 4A and C7. RGB value is (214,74,199). Sum of RGB (Red+Green+Blue) = 214+74+199=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AC7 is #29B538. Grayscale: #818181. Windows color (decimal): -2733369 or 13060822. OLE color: 13060822.

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

Color convert

RGB 214 74 199 -
CMYK 0 0.65 0.07 0.16
HSL 306.43º 0.63% 0.56% -
HSV(B) 306.43º 0.65% 0.84% -
XYZ 40.49 23.32 56.4 -
YUV 130.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 214 74 199 0 0.65 0.07 0.16 306.43 0.63 0.56
Hex D6 4A C7 0 41 7 10 132 3F 38
Octal 326 112 307 0 101 7 20 462 77 70
Binary 11010110 1001010 11000111 0 1000001 111 10000 100110010 111111 111000

Color Harmonies of #D64AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AC7

Black with #D64AC7

Text Example


Text Example

White with #D64AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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