Html Css Color HEX #D14ECF Fuchsia

📋 copy color: '#D14ECF'

red 209 ◦ green 78 ◦ blue 207

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

Shades of Fuchsia #D14ECF

Tints of Fuchsia #D14ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 42.31%
G = 15.79%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D14ECF (or 0xD14ECF) is known color: Fuchsia. HEX triplet: D1, 4E and CF. RGB value is (209,78,207). Sum of RGB (Red+Green+Blue) = 209+78+207=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14ECF is #2EB130. Grayscale: #838383. Windows color (decimal): -3060017 or 13586129. OLE color: 13586129.

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

Color convert

RGB 209 78 207 -
CMYK 0 0.63 0.01 0.18
HSL 300.92º 0.59% 0.56% -
HSV(B) 300.92º 0.63% 0.82% -
XYZ 40.28 23.51 61.45 -
YUV 131.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 209 78 207 0 0.63 0.01 0.18 300.92 0.59 0.56
Hex D1 4E CF 0 3F 1 12 12D 3B 38
Octal 321 116 317 0 77 1 22 455 73 70
Binary 11010001 1001110 11001111 0 111111 1 10010 100101101 111011 111000

Color Harmonies of #D14ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14ECF

Black with #D14ECF

Text Example


Text Example

White with #D14ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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