Html Css Color HEX #D143AC Fuchsia

📋 copy color: '#D143AC'

red 209 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #D143AC

Tints of Fuchsia #D143AC

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

 GREEN value IS 67 (26.56% from 255) = 14.96%

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

R = 46.65%
G = 14.96%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D143AC (or 0xD143AC) is known color: Fuchsia. HEX triplet: D1, 43 and AC. RGB value is (209,67,172). Sum of RGB (Red+Green+Blue) = 209+67+172=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D143AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D143AC is #2EBC53. Grayscale: #797979. Windows color (decimal): -3062868 or 11289553. OLE color: 11289553.

HSL color Cylindrical-coordinate representation of color #D143AC: hue angle of 315.63º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D143AC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 172 -
CMYK 0 0.68 0.18 0.18
HSL 315.63º 0.61% 0.54% -
HSV(B) 315.63º 0.68% 0.82% -
XYZ 35.75 20.55 41.11 -
YUV 121.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 209 67 172 0 0.68 0.18 0.18 315.63 0.61 0.54
Hex D1 43 AC 0 44 12 12 13C 3D 36
Octal 321 103 254 0 104 22 22 474 75 66
Binary 11010001 1000011 10101100 0 1000100 10010 10010 100111100 111101 110110

Color Harmonies of #D143AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143AC

Black with #D143AC

Text Example


Text Example

White with #D143AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143AC; }

 p { color: rgb(209,67,172); }

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

background-color css

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

 a { background-color: rgb(209,67,172); }

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

border-color css

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

 span { border-color: rgb(209,67,172); }

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