Html Css Color HEX #D14EC7 Fuchsia

📋 copy color: '#D14EC7'

red 209 ◦ green 78 ◦ blue 199

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

Shades of Fuchsia #D14EC7

Tints of Fuchsia #D14EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 43%
G = 16.05%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D14EC7 (or 0xD14EC7) is known color: Fuchsia. HEX triplet: D1, 4E and C7. RGB value is (209,78,199). Sum of RGB (Red+Green+Blue) = 209+78+199=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D14EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EC7 is #2EB138. Grayscale: #828282. Windows color (decimal): -3060025 or 13061841. OLE color: 13061841.

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

Color convert

RGB 209 78 199 -
CMYK 0 0.63 0.05 0.18
HSL 304.58º 0.59% 0.56% -
HSV(B) 304.58º 0.63% 0.82% -
XYZ 39.33 23.13 56.42 -
YUV 130.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 209 78 199 0 0.63 0.05 0.18 304.58 0.59 0.56
Hex D1 4E C7 0 3F 5 12 131 3B 38
Octal 321 116 307 0 77 5 22 461 73 70
Binary 11010001 1001110 11000111 0 111111 101 10010 100110001 111011 111000

Color Harmonies of #D14EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EC7

Black with #D14EC7

Text Example


Text Example

White with #D14EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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