Html Css Color HEX #D34EAC Fuchsia

📋 copy color: '#D34EAC'

red 211 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #D34EAC

Tints of Fuchsia #D34EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.92%

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

R = 45.77%
G = 16.92%
B = 37.31%

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

#D34EAC (or 0xD34EAC) is known color: Fuchsia. HEX triplet: D3, 4E and AC. RGB value is (211,78,172). Sum of RGB (Red+Green+Blue) = 211+78+172=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34EAC is #2CB153. Grayscale: #808080. Windows color (decimal): -2928980 or 11292371. OLE color: 11292371.

HSL color Cylindrical-coordinate representation of color #D34EAC: hue angle of 317.59º 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 #D34EAC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 78 172 -
CMYK 0 0.63 0.18 0.17
HSL 317.59º 0.6% 0.57% -
HSV(B) 317.59º 0.63% 0.83% -
XYZ 37.03 22.28 41.38 -
YUV 128.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 211 78 172 0 0.63 0.18 0.17 317.59 0.6 0.57
Hex D3 4E AC 0 3F 12 11 13E 3C 39
Octal 323 116 254 0 77 22 21 476 74 71
Binary 11010011 1001110 10101100 0 111111 10010 10001 100111110 111100 111001

Color Harmonies of #D34EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34EAC

Black with #D34EAC

Text Example


Text Example

White with #D34EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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