Html Css Color HEX #D13FAC Fuchsia

📋 copy color: '#D13FAC'

red 209 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #D13FAC

Tints of Fuchsia #D13FAC

RGB

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

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

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

R = 47.07%
G = 14.19%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D13FAC (or 0xD13FAC) is known color: Fuchsia. HEX triplet: D1, 3F and AC. RGB value is (209,63,172). Sum of RGB (Red+Green+Blue) = 209+63+172=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13FAC is #2EC053. Grayscale: #767676. Windows color (decimal): -3063892 or 11288529. OLE color: 11288529.

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

Color convert

RGB 209 63 172 -
CMYK 0 0.70 0.18 0.18
HSL 315.21º 0.61% 0.53% -
HSV(B) 315.21º 0.7% 0.82% -
XYZ 35.52 20.09 41.04 -
YUV 119.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 209 63 172 0 0.70 0.18 0.18 315.21 0.61 0.53
Hex D1 3F AC 0 46 12 12 13B 3D 35
Octal 321 77 254 0 106 22 22 473 75 65
Binary 11010001 111111 10101100 0 1000110 10010 10010 100111011 111101 110101

Color Harmonies of #D13FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FAC

Black with #D13FAC

Text Example


Text Example

White with #D13FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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