Html Css Color HEX #D13FCE Fuchsia

📋 copy color: '#D13FCE'

red 209 ◦ green 63 ◦ blue 206

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

Shades of Fuchsia #D13FCE

Tints of Fuchsia #D13FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 43.72%
G = 13.18%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D13FCE (or 0xD13FCE) is known color: Fuchsia. HEX triplet: D1, 3F and CE. RGB value is (209,63,206). Sum of RGB (Red+Green+Blue) = 209+63+206=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D13FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FCE is #2EC031. Grayscale: #7A7A7A. Windows color (decimal): -3063858 or 13516753. OLE color: 13516753.

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

Color convert

RGB 209 63 206 -
CMYK 0 0.70 0.01 0.18
HSL 301.23º 0.61% 0.53% -
HSV(B) 301.23º 0.7% 0.82% -
XYZ 39.21 21.57 60.49 -
YUV 122.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 209 63 206 0 0.70 0.01 0.18 301.23 0.61 0.53
Hex D1 3F CE 0 46 1 12 12D 3D 35
Octal 321 77 316 0 106 1 22 455 75 65
Binary 11010001 111111 11001110 0 1000110 1 10010 100101101 111101 110101

Color Harmonies of #D13FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FCE

Black with #D13FCE

Text Example


Text Example

White with #D13FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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