Html Css Color HEX #D139B7 Fuchsia

📋 copy color: '#D139B7'

red 209 ◦ green 57 ◦ blue 183

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

Shades of Fuchsia #D139B7

Tints of Fuchsia #D139B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 46.55%
G = 12.69%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D139B7 (or 0xD139B7) is known color: Fuchsia. HEX triplet: D1, 39 and B7. RGB value is (209,57,183). Sum of RGB (Red+Green+Blue) = 209+57+183=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D139B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139B7 is #2EC648. Grayscale: #747474. Windows color (decimal): -3065417 or 12007889. OLE color: 12007889.

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

Color convert

RGB 209 57 183 -
CMYK 0 0.73 0.12 0.18
HSL 310.26º 0.62% 0.52% -
HSV(B) 310.26º 0.73% 0.82% -
XYZ 36.3 19.9 46.73 -
YUV 116.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 209 57 183 0 0.73 0.12 0.18 310.26 0.62 0.52
Hex D1 39 B7 0 49 C 12 136 3E 34
Octal 321 71 267 0 111 14 22 466 76 64
Binary 11010001 111001 10110111 0 1001001 1100 10010 100110110 111110 110100

Color Harmonies of #D139B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139B7

Black with #D139B7

Text Example


Text Example

White with #D139B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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