Html Css Color HEX #D43FAF Fuchsia

📋 copy color: '#D43FAF'

red 212 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #D43FAF

Tints of Fuchsia #D43FAF

RGB

 RED value IS 212 (83.2% from 255) = 47.11%

 GREEN value IS 63 (25% from 255) = 14%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 47.11%
G = 14%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D43FAF (or 0xD43FAF) is known color: Fuchsia. HEX triplet: D4, 3F and AF. RGB value is (212,63,175). Sum of RGB (Red+Green+Blue) = 212+63+175=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43FAF is #2BC050. Grayscale: #787878. Windows color (decimal): -2867281 or 11485140. OLE color: 11485140.

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

Color convert

RGB 212 63 175 -
CMYK 0 0.70 0.17 0.17
HSL 314.9º 0.63% 0.54% -
HSV(B) 314.9º 0.7% 0.83% -
XYZ 36.67 20.65 42.61 -
YUV 120.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 212 63 175 0 0.70 0.17 0.17 314.9 0.63 0.54
Hex D4 3F AF 0 46 11 11 13B 3F 36
Octal 324 77 257 0 106 21 21 473 77 66
Binary 11010100 111111 10101111 0 1000110 10001 10001 100111011 111111 110110

Color Harmonies of #D43FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43FAF

Black with #D43FAF

Text Example


Text Example

White with #D43FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43FAF; }

 p { color: rgb(212,63,175); }

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

background-color css

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

 a { background-color: rgb(212,63,175); }

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

border-color css

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

 span { border-color: rgb(212,63,175); }

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