Html Css Color HEX #D139BC Fuchsia

📋 copy color: '#D139BC'

red 209 ◦ green 57 ◦ blue 188

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

Shades of Fuchsia #D139BC

Tints of Fuchsia #D139BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 46.04%
G = 12.56%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D139BC (or 0xD139BC) is known color: Fuchsia. HEX triplet: D1, 39 and BC. RGB value is (209,57,188). Sum of RGB (Red+Green+Blue) = 209+57+188=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D139BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139BC is #2EC643. Grayscale: #757575. Windows color (decimal): -3065412 or 12335569. OLE color: 12335569.

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

Color convert

RGB 209 57 188 -
CMYK 0 0.73 0.10 0.18
HSL 308.29º 0.62% 0.52% -
HSV(B) 308.29º 0.73% 0.82% -
XYZ 36.83 20.11 49.52 -
YUV 117.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 209 57 188 0 0.73 0.10 0.18 308.29 0.62 0.52
Hex D1 39 BC 0 49 A 12 134 3E 34
Octal 321 71 274 0 111 12 22 464 76 64
Binary 11010001 111001 10111100 0 1001001 1010 10010 100110100 111110 110100

Color Harmonies of #D139BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139BC

Black with #D139BC

Text Example


Text Example

White with #D139BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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