Html Css Color HEX #D14DBF Fuchsia

📋 copy color: '#D14DBF'

red 209 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #D14DBF

Tints of Fuchsia #D14DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.14%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 43.82%
G = 16.14%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D14DBF (or 0xD14DBF) is known color: Fuchsia. HEX triplet: D1, 4D and BF. RGB value is (209,77,191). Sum of RGB (Red+Green+Blue) = 209+77+191=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBF is #2EB240. Grayscale: #818181. Windows color (decimal): -3060289 or 12537297. OLE color: 12537297.

HSL color Cylindrical-coordinate representation of color #D14DBF: hue angle of 308.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14DBF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 191 -
CMYK 0 0.63 0.09 0.18
HSL 308.18º 0.59% 0.56% -
HSV(B) 308.18º 0.63% 0.82% -
XYZ 38.35 22.62 51.64 -
YUV 129.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 209 77 191 0 0.63 0.09 0.18 308.18 0.59 0.56
Hex D1 4D BF 0 3F 9 12 134 3B 38
Octal 321 115 277 0 77 11 22 464 73 70
Binary 11010001 1001101 10111111 0 111111 1001 10010 100110100 111011 111000

Color Harmonies of #D14DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DBF

Black with #D14DBF

Text Example


Text Example

White with #D14DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DBF; }

 p { color: rgb(209,77,191); }

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

background-color css

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

 a { background-color: rgb(209,77,191); }

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

border-color css

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

 span { border-color: rgb(209,77,191); }

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