Html Css Color HEX #D14FC5 Fuchsia

📋 copy color: '#D14FC5'

red 209 ◦ green 79 ◦ blue 197

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

Shades of Fuchsia #D14FC5

Tints of Fuchsia #D14FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 43.09%
G = 16.29%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D14FC5 (or 0xD14FC5) is known color: Fuchsia. HEX triplet: D1, 4F and C5. RGB value is (209,79,197). Sum of RGB (Red+Green+Blue) = 209+79+197=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FC5 is #2EB03A. Grayscale: #828282. Windows color (decimal): -3059771 or 12931025. OLE color: 12931025.

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

Color convert

RGB 209 79 197 -
CMYK 0 0.62 0.06 0.18
HSL 305.54º 0.59% 0.56% -
HSV(B) 305.54º 0.62% 0.82% -
XYZ 39.17 23.18 55.23 -
YUV 131.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 209 79 197 0 0.62 0.06 0.18 305.54 0.59 0.56
Hex D1 4F C5 0 3E 6 12 132 3B 38
Octal 321 117 305 0 76 6 22 462 73 70
Binary 11010001 1001111 11000101 0 111110 110 10010 100110010 111011 111000

Color Harmonies of #D14FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FC5

Black with #D14FC5

Text Example


Text Example

White with #D14FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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