Html Css Color HEX #D139AD Fuchsia

📋 copy color: '#D139AD'

red 209 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #D139AD

Tints of Fuchsia #D139AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 47.61%
G = 12.98%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D139AD (or 0xD139AD) is known color: Fuchsia. HEX triplet: D1, 39 and AD. RGB value is (209,57,173). Sum of RGB (Red+Green+Blue) = 209+57+173=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D139AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139AD is #2EC652. Grayscale: #737373. Windows color (decimal): -3065427 or 11352529. OLE color: 11352529.

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

Color convert

RGB 209 57 173 -
CMYK 0 0.73 0.17 0.18
HSL 314.21º 0.62% 0.52% -
HSV(B) 314.21º 0.73% 0.82% -
XYZ 35.3 19.5 41.44 -
YUV 115.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 209 57 173 0 0.73 0.17 0.18 314.21 0.62 0.52
Hex D1 39 AD 0 49 11 12 13A 3E 34
Octal 321 71 255 0 111 21 22 472 76 64
Binary 11010001 111001 10101101 0 1001001 10001 10010 100111010 111110 110100

Color Harmonies of #D139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139AD

Black with #D139AD

Text Example


Text Example

White with #D139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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