Html Css Color HEX #D14FCD Fuchsia

📋 copy color: '#D14FCD'

red 209 ◦ green 79 ◦ blue 205

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

Shades of Fuchsia #D14FCD

Tints of Fuchsia #D14FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 42.39%
G = 16.02%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D14FCD (or 0xD14FCD) is known color: Fuchsia. HEX triplet: D1, 4F and CD. RGB value is (209,79,205). Sum of RGB (Red+Green+Blue) = 209+79+205=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FCD is #2EB032. Grayscale: #838383. Windows color (decimal): -3059763 or 13455313. OLE color: 13455313.

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

Color convert

RGB 209 79 205 -
CMYK 0 0.62 0.02 0.18
HSL 301.85º 0.59% 0.56% -
HSV(B) 301.85º 0.62% 0.82% -
XYZ 40.11 23.56 60.19 -
YUV 132.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 209 79 205 0 0.62 0.02 0.18 301.85 0.59 0.56
Hex D1 4F CD 0 3E 2 12 12E 3B 38
Octal 321 117 315 0 76 2 22 456 73 70
Binary 11010001 1001111 11001101 0 111110 10 10010 100101110 111011 111000

Color Harmonies of #D14FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FCD

Black with #D14FCD

Text Example


Text Example

White with #D14FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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