Html Css Color HEX #D139B9 Fuchsia

📋 copy color: '#D139B9'

red 209 ◦ green 57 ◦ blue 185

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

Shades of Fuchsia #D139B9

Tints of Fuchsia #D139B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 46.34%
G = 12.64%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D139B9 (or 0xD139B9) is known color: Fuchsia. HEX triplet: D1, 39 and B9. RGB value is (209,57,185). Sum of RGB (Red+Green+Blue) = 209+57+185=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D139B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139B9 is #2EC646. Grayscale: #747474. Windows color (decimal): -3065415 or 12138961. OLE color: 12138961.

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

Color convert

RGB 209 57 185 -
CMYK 0 0.73 0.11 0.18
HSL 309.47º 0.62% 0.52% -
HSV(B) 309.47º 0.73% 0.82% -
XYZ 36.51 19.98 47.83 -
YUV 117.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 209 57 185 0 0.73 0.11 0.18 309.47 0.62 0.52
Hex D1 39 B9 0 49 B 12 135 3E 34
Octal 321 71 271 0 111 13 22 465 76 64
Binary 11010001 111001 10111001 0 1001001 1011 10010 100110101 111110 110100

Color Harmonies of #D139B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139B9

Black with #D139B9

Text Example


Text Example

White with #D139B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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