Html Css Color HEX #D131B2 Fuchsia

📋 copy color: '#D131B2'

red 209 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #D131B2

Tints of Fuchsia #D131B2

RGB

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

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

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

R = 47.94%
G = 11.24%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D131B2 (or 0xD131B2) is known color: Fuchsia. HEX triplet: D1, 31 and B2. RGB value is (209,49,178). Sum of RGB (Red+Green+Blue) = 209+49+178=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D131B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131B2 is #2ECE4D. Grayscale: #6F6F6F. Windows color (decimal): -3067470 or 11678161. OLE color: 11678161.

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

Color convert

RGB 209 49 178 -
CMYK 0 0.77 0.15 0.18
HSL 311.63º 0.63% 0.51% -
HSV(B) 311.63º 0.77% 0.82% -
XYZ 35.43 18.97 43.91 -
YUV 111.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 209 49 178 0 0.77 0.15 0.18 311.63 0.63 0.51
Hex D1 31 B2 0 4D F 12 138 3F 33
Octal 321 61 262 0 115 17 22 470 77 63
Binary 11010001 110001 10110010 0 1001101 1111 10010 100111000 111111 110011

Color Harmonies of #D131B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131B2

Black with #D131B2

Text Example


Text Example

White with #D131B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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