Html Css Color HEX #D14DAF Fuchsia

📋 copy color: '#D14DAF'

red 209 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #D14DAF

Tints of Fuchsia #D14DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 45.34%
G = 16.7%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D14DAF (or 0xD14DAF) is known color: Fuchsia. HEX triplet: D1, 4D and AF. RGB value is (209,77,175). Sum of RGB (Red+Green+Blue) = 209+77+175=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14DAF is #2EB250. Grayscale: #7F7F7F. Windows color (decimal): -3060305 or 11488721. OLE color: 11488721.

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

Color convert

RGB 209 77 175 -
CMYK 0 0.63 0.16 0.18
HSL 315.45º 0.59% 0.56% -
HSV(B) 315.45º 0.63% 0.82% -
XYZ 36.69 21.96 42.86 -
YUV 127.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 209 77 175 0 0.63 0.16 0.18 315.45 0.59 0.56
Hex D1 4D AF 0 3F 10 12 13B 3B 38
Octal 321 115 257 0 77 20 22 473 73 70
Binary 11010001 1001101 10101111 0 111111 10000 10010 100111011 111011 111000

Color Harmonies of #D14DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DAF

Black with #D14DAF

Text Example


Text Example

White with #D14DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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