Html Css Color HEX #D14EC4 Fuchsia

📋 copy color: '#D14EC4'

red 209 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #D14EC4

Tints of Fuchsia #D14EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 43.27%
G = 16.15%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D14EC4 (or 0xD14EC4) is known color: Fuchsia. HEX triplet: D1, 4E and C4. RGB value is (209,78,196). Sum of RGB (Red+Green+Blue) = 209+78+196=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC4 is #2EB13B. Grayscale: #828282. Windows color (decimal): -3060028 or 12865233. OLE color: 12865233.

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

Color convert

RGB 209 78 196 -
CMYK 0 0.63 0.06 0.18
HSL 305.95º 0.59% 0.56% -
HSV(B) 305.95º 0.63% 0.82% -
XYZ 38.98 22.99 54.61 -
YUV 130.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 209 78 196 0 0.63 0.06 0.18 305.95 0.59 0.56
Hex D1 4E C4 0 3F 6 12 132 3B 38
Octal 321 116 304 0 77 6 22 462 73 70
Binary 11010001 1001110 11000100 0 111111 110 10010 100110010 111011 111000

Color Harmonies of #D14EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EC4

Black with #D14EC4

Text Example


Text Example

White with #D14EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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