Html Css Color HEX #D64AC9 Fuchsia

📋 copy color: '#D64AC9'

red 214 ◦ green 74 ◦ blue 201

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

Shades of Fuchsia #D64AC9

Tints of Fuchsia #D64AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 43.76%
G = 15.13%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D64AC9 (or 0xD64AC9) is known color: Fuchsia. HEX triplet: D6, 4A and C9. RGB value is (214,74,201). Sum of RGB (Red+Green+Blue) = 214+74+201=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AC9 is #29B536. Grayscale: #818181. Windows color (decimal): -2733367 or 13191894. OLE color: 13191894.

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

Color convert

RGB 214 74 201 -
CMYK 0 0.65 0.06 0.16
HSL 305.57º 0.63% 0.56% -
HSV(B) 305.57º 0.65% 0.84% -
XYZ 40.72 23.41 57.63 -
YUV 130.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 214 74 201 0 0.65 0.06 0.16 305.57 0.63 0.56
Hex D6 4A C9 0 41 6 10 132 3F 38
Octal 326 112 311 0 101 6 20 462 77 70
Binary 11010110 1001010 11001001 0 1000001 110 10000 100110010 111111 111000

Color Harmonies of #D64AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AC9

Black with #D64AC9

Text Example


Text Example

White with #D64AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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