Html Css Color HEX #D34FAD Fuchsia

📋 copy color: '#D34FAD'

red 211 ◦ green 79 ◦ blue 173

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

Shades of Fuchsia #D34FAD

Tints of Fuchsia #D34FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 45.57%
G = 17.06%
B = 37.37%

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

#D34FAD (or 0xD34FAD) is known color: Fuchsia. HEX triplet: D3, 4F and AD. RGB value is (211,79,173). Sum of RGB (Red+Green+Blue) = 211+79+173=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FAD is #2CB052. Grayscale: #808080. Windows color (decimal): -2928723 or 11358163. OLE color: 11358163.

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

Color convert

RGB 211 79 173 -
CMYK 0 0.63 0.18 0.17
HSL 317.27º 0.6% 0.57% -
HSV(B) 317.27º 0.63% 0.83% -
XYZ 37.2 22.46 41.91 -
YUV 129.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 211 79 173 0 0.63 0.18 0.17 317.27 0.6 0.57
Hex D3 4F AD 0 3F 12 11 13D 3C 39
Octal 323 117 255 0 77 22 21 475 74 71
Binary 11010011 1001111 10101101 0 111111 10010 10001 100111101 111100 111001

Color Harmonies of #D34FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FAD

Black with #D34FAD

Text Example


Text Example

White with #D34FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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