Html Css Color HEX #D139AF Fuchsia

📋 copy color: '#D139AF'

red 209 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #D139AF

Tints of Fuchsia #D139AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

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

R = 47.39%
G = 12.93%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D139AF (or 0xD139AF) is known color: Fuchsia. HEX triplet: D1, 39 and AF. RGB value is (209,57,175). Sum of RGB (Red+Green+Blue) = 209+57+175=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D139AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139AF is #2EC650. Grayscale: #737373. Windows color (decimal): -3065425 or 11483601. OLE color: 11483601.

HSL color Cylindrical-coordinate representation of color #D139AF: hue angle of 313.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139AF is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 175 -
CMYK 0 0.73 0.16 0.18
HSL 313.42º 0.62% 0.52% -
HSV(B) 313.42º 0.73% 0.82% -
XYZ 35.5 19.58 42.47 -
YUV 115.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 209 57 175 0 0.73 0.16 0.18 313.42 0.62 0.52
Hex D1 39 AF 0 49 10 12 139 3E 34
Octal 321 71 257 0 111 20 22 471 76 64
Binary 11010001 111001 10101111 0 1001001 10000 10010 100111001 111110 110100

Color Harmonies of #D139AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139AF

Black with #D139AF

Text Example


Text Example

White with #D139AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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