Html Css Color HEX #D14EC1 Fuchsia

📋 copy color: '#D14EC1'

red 209 ◦ green 78 ◦ blue 193

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

Shades of Fuchsia #D14EC1

Tints of Fuchsia #D14EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.25%

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 43.54%
G = 16.25%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D14EC1 (or 0xD14EC1) is known color: Fuchsia. HEX triplet: D1, 4E and C1. RGB value is (209,78,193). Sum of RGB (Red+Green+Blue) = 209+78+193=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC1 is #2EB13E. Grayscale: #818181. Windows color (decimal): -3060031 or 12668625. OLE color: 12668625.

HSL color Cylindrical-coordinate representation of color #D14EC1: hue angle of 307.33º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14EC1 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 78 193 -
CMYK 0 0.63 0.08 0.18
HSL 307.33º 0.59% 0.56% -
HSV(B) 307.33º 0.63% 0.82% -
XYZ 38.64 22.85 52.83 -
YUV 130.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 209 78 193 0 0.63 0.08 0.18 307.33 0.59 0.56
Hex D1 4E C1 0 3F 8 12 133 3B 38
Octal 321 116 301 0 77 10 22 463 73 70
Binary 11010001 1001110 11000001 0 111111 1000 10010 100110011 111011 111000

Color Harmonies of #D14EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EC1

Black with #D14EC1

Text Example


Text Example

White with #D14EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EC1; }

 p { color: rgb(209,78,193); }

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

background-color css

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

 a { background-color: rgb(209,78,193); }

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

border-color css

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

 span { border-color: rgb(209,78,193); }

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