Html Css Color HEX #D14FAC Fuchsia

📋 copy color: '#D14FAC'

red 209 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #D14FAC

Tints of Fuchsia #D14FAC

RGB

 RED value IS 209 (82.03% from 255) = 45.43%

 GREEN value IS 79 (31.25% from 255) = 17.17%

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 45.43%
G = 17.17%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D14FAC (or 0xD14FAC) is known color: Fuchsia. HEX triplet: D1, 4F and AC. RGB value is (209,79,172). Sum of RGB (Red+Green+Blue) = 209+79+172=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14FAC is #2EB053. Grayscale: #808080. Windows color (decimal): -3059796 or 11292625. OLE color: 11292625.

HSL color Cylindrical-coordinate representation of color #D14FAC: hue angle of 317.08º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14FAC is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 172 -
CMYK 0 0.62 0.18 0.18
HSL 317.08º 0.59% 0.56% -
HSV(B) 317.08º 0.62% 0.82% -
XYZ 36.54 22.13 41.37 -
YUV 128.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 209 79 172 0 0.62 0.18 0.18 317.08 0.59 0.56
Hex D1 4F AC 0 3E 12 12 13D 3B 38
Octal 321 117 254 0 76 22 22 475 73 70
Binary 11010001 1001111 10101100 0 111110 10010 10010 100111101 111011 111000

Color Harmonies of #D14FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FAC

Black with #D14FAC

Text Example


Text Example

White with #D14FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FAC; }

 p { color: rgb(209,79,172); }

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

background-color css

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

 a { background-color: rgb(209,79,172); }

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

border-color css

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

 span { border-color: rgb(209,79,172); }

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