Html Css Color HEX #D14FC1 Fuchsia

📋 copy color: '#D14FC1'

red 209 ◦ green 79 ◦ blue 193

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

Shades of Fuchsia #D14FC1

Tints of Fuchsia #D14FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

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

R = 43.45%
G = 16.42%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D14FC1 (or 0xD14FC1) is known color: Fuchsia. HEX triplet: D1, 4F and C1. RGB value is (209,79,193). Sum of RGB (Red+Green+Blue) = 209+79+193=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FC1 is #2EB03E. Grayscale: #828282. Windows color (decimal): -3059775 or 12668881. OLE color: 12668881.

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

Color convert

RGB 209 79 193 -
CMYK 0 0.62 0.08 0.18
HSL 307.38º 0.59% 0.56% -
HSV(B) 307.38º 0.62% 0.82% -
XYZ 38.72 23 52.85 -
YUV 130.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 209 79 193 0 0.62 0.08 0.18 307.38 0.59 0.56
Hex D1 4F C1 0 3E 8 12 133 3B 38
Octal 321 117 301 0 76 10 22 463 73 70
Binary 11010001 1001111 11000001 0 111110 1000 10010 100110011 111011 111000

Color Harmonies of #D14FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FC1

Black with #D14FC1

Text Example


Text Example

White with #D14FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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