Html Css Color HEX #D34FAC Fuchsia

📋 copy color: '#D34FAC'

red 211 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #D34FAC

Tints of Fuchsia #D34FAC

RGB

 RED value IS 211 (82.81% from 255) = 45.67%

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

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

R = 45.67%
G = 17.1%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D34FAC (or 0xD34FAC) is known color: Fuchsia. HEX triplet: D3, 4F and AC. RGB value is (211,79,172). Sum of RGB (Red+Green+Blue) = 211+79+172=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FAC is #2CB053. Grayscale: #808080. Windows color (decimal): -2928724 or 11292627. OLE color: 11292627.

HSL color Cylindrical-coordinate representation of color #D34FAC: hue angle of 317.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FAC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 79 172 -
CMYK 0 0.63 0.18 0.17
HSL 317.73º 0.6% 0.57% -
HSV(B) 317.73º 0.63% 0.83% -
XYZ 37.11 22.42 41.4 -
YUV 129.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 211 79 172 0 0.63 0.18 0.17 317.73 0.6 0.57
Hex D3 4F AC 0 3F 12 11 13E 3C 39
Octal 323 117 254 0 77 22 21 476 74 71
Binary 11010011 1001111 10101100 0 111111 10010 10001 100111110 111100 111001

Color Harmonies of #D34FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FAC

Black with #D34FAC

Text Example


Text Example

White with #D34FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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