Html Css Color HEX #D131B0 Fuchsia

📋 copy color: '#D131B0'

red 209 ◦ green 49 ◦ blue 176

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

Shades of Fuchsia #D131B0

Tints of Fuchsia #D131B0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 48.16%
G = 11.29%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D131B0 (or 0xD131B0) is known color: Fuchsia. HEX triplet: D1, 31 and B0. RGB value is (209,49,176). Sum of RGB (Red+Green+Blue) = 209+49+176=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D131B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131B0 is #2ECE4F. Grayscale: #6E6E6E. Windows color (decimal): -3067472 or 11547089. OLE color: 11547089.

HSL color Cylindrical-coordinate representation of color #D131B0: hue angle of 312.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D131B0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 176 -
CMYK 0 0.77 0.16 0.18
HSL 312.38º 0.63% 0.51% -
HSV(B) 312.38º 0.77% 0.82% -
XYZ 35.23 18.89 42.86 -
YUV 111.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 209 49 176 0 0.77 0.16 0.18 312.38 0.63 0.51
Hex D1 31 B0 0 4D 10 12 138 3F 33
Octal 321 61 260 0 115 20 22 470 77 63
Binary 11010001 110001 10110000 0 1001101 10000 10010 100111000 111111 110011

Color Harmonies of #D131B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131B0

Black with #D131B0

Text Example


Text Example

White with #D131B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131B0; }

 p { color: rgb(209,49,176); }

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

background-color css

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

 a { background-color: rgb(209,49,176); }

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

border-color css

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

 span { border-color: rgb(209,49,176); }

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