Html Css Color HEX #D14FB3 Fuchsia

📋 copy color: '#D14FB3'

red 209 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #D14FB3

Tints of Fuchsia #D14FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 44.75%
G = 16.92%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D14FB3 (or 0xD14FB3) is known color: Fuchsia. HEX triplet: D1, 4F and B3. RGB value is (209,79,179). Sum of RGB (Red+Green+Blue) = 209+79+179=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FB3 is #2EB04C. Grayscale: #818181. Windows color (decimal): -3059789 or 11751377. OLE color: 11751377.

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

Color convert

RGB 209 79 179 -
CMYK 0 0.62 0.14 0.18
HSL 313.85º 0.59% 0.56% -
HSV(B) 313.85º 0.62% 0.82% -
XYZ 37.23 22.4 45.01 -
YUV 129.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 209 79 179 0 0.62 0.14 0.18 313.85 0.59 0.56
Hex D1 4F B3 0 3E E 12 13A 3B 38
Octal 321 117 263 0 76 16 22 472 73 70
Binary 11010001 1001111 10110011 0 111110 1110 10010 100111010 111011 111000

Color Harmonies of #D14FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FB3

Black with #D14FB3

Text Example


Text Example

White with #D14FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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