Html Css Color HEX #D43FAD Fuchsia

📋 copy color: '#D43FAD'

red 212 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #D43FAD

Tints of Fuchsia #D43FAD

RGB

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

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

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

R = 47.32%
G = 14.06%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D43FAD (or 0xD43FAD) is known color: Fuchsia. HEX triplet: D4, 3F and AD. RGB value is (212,63,173). Sum of RGB (Red+Green+Blue) = 212+63+173=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43FAD is #2BC052. Grayscale: #777777. Windows color (decimal): -2867283 or 11354068. OLE color: 11354068.

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

Color convert

RGB 212 63 173 -
CMYK 0 0.70 0.18 0.17
HSL 315.7º 0.63% 0.54% -
HSV(B) 315.7º 0.7% 0.83% -
XYZ 36.47 20.57 41.58 -
YUV 120.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 212 63 173 0 0.70 0.18 0.17 315.7 0.63 0.54
Hex D4 3F AD 0 46 12 11 13C 3F 36
Octal 324 77 255 0 106 22 21 474 77 66
Binary 11010100 111111 10101101 0 1000110 10010 10001 100111100 111111 110110

Color Harmonies of #D43FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43FAD

Black with #D43FAD

Text Example


Text Example

White with #D43FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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