Html Css Color HEX #D14FC0 Fuchsia

📋 copy color: '#D14FC0'

red 209 ◦ green 79 ◦ blue 192

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

Shades of Fuchsia #D14FC0

Tints of Fuchsia #D14FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 43.54%
G = 16.46%
B = 40%

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

#D14FC0 (or 0xD14FC0) is known color: Fuchsia. HEX triplet: D1, 4F and C0. RGB value is (209,79,192). Sum of RGB (Red+Green+Blue) = 209+79+192=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FC0 is #2EB03F. Grayscale: #828282. Windows color (decimal): -3059776 or 12603345. OLE color: 12603345.

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

Color convert

RGB 209 79 192 -
CMYK 0 0.62 0.08 0.18
HSL 307.85º 0.59% 0.56% -
HSV(B) 307.85º 0.62% 0.82% -
XYZ 38.6 22.95 52.26 -
YUV 130.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 209 79 192 0 0.62 0.08 0.18 307.85 0.59 0.56
Hex D1 4F C0 0 3E 8 12 134 3B 38
Octal 321 117 300 0 76 10 22 464 73 70
Binary 11010001 1001111 11000000 0 111110 1000 10010 100110100 111011 111000

Color Harmonies of #D14FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FC0

Black with #D14FC0

Text Example


Text Example

White with #D14FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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