Html Css Color HEX #D139B2 Fuchsia

📋 copy color: '#D139B2'

red 209 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #D139B2

Tints of Fuchsia #D139B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 47.07%
G = 12.84%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D139B2 (or 0xD139B2) is known color: Fuchsia. HEX triplet: D1, 39 and B2. RGB value is (209,57,178). Sum of RGB (Red+Green+Blue) = 209+57+178=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D139B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139B2 is #2EC64D. Grayscale: #737373. Windows color (decimal): -3065422 or 11680209. OLE color: 11680209.

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

Color convert

RGB 209 57 178 -
CMYK 0 0.73 0.15 0.18
HSL 312.24º 0.62% 0.52% -
HSV(B) 312.24º 0.73% 0.82% -
XYZ 35.79 19.7 44.03 -
YUV 116.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 209 57 178 0 0.73 0.15 0.18 312.24 0.62 0.52
Hex D1 39 B2 0 49 F 12 138 3E 34
Octal 321 71 262 0 111 17 22 470 76 64
Binary 11010001 111001 10110010 0 1001001 1111 10010 100111000 111110 110100

Color Harmonies of #D139B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139B2

Black with #D139B2

Text Example


Text Example

White with #D139B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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