Html Css Color HEX #D14FBA Fuchsia

📋 copy color: '#D14FBA'

red 209 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #D14FBA

Tints of Fuchsia #D14FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 44.09%
G = 16.67%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D14FBA (or 0xD14FBA) is known color: Fuchsia. HEX triplet: D1, 4F and BA. RGB value is (209,79,186). Sum of RGB (Red+Green+Blue) = 209+79+186=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D14FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14FBA is #2EB045. Grayscale: #818181. Windows color (decimal): -3059782 or 12210129. OLE color: 12210129.

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

Color convert

RGB 209 79 186 -
CMYK 0 0.62 0.11 0.18
HSL 310.62º 0.59% 0.56% -
HSV(B) 310.62º 0.62% 0.82% -
XYZ 37.95 22.69 48.83 -
YUV 130.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 209 79 186 0 0.62 0.11 0.18 310.62 0.59 0.56
Hex D1 4F BA 0 3E B 12 137 3B 38
Octal 321 117 272 0 76 13 22 467 73 70
Binary 11010001 1001111 10111010 0 111110 1011 10010 100110111 111011 111000

Color Harmonies of #D14FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FBA

Black with #D14FBA

Text Example


Text Example

White with #D14FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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