Html Css Color HEX #D131C5 Fuchsia

📋 copy color: '#D131C5'

red 209 ◦ green 49 ◦ blue 197

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

Shades of Fuchsia #D131C5

Tints of Fuchsia #D131C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 45.93%
G = 10.77%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D131C5 (or 0xD131C5) is known color: Fuchsia. HEX triplet: D1, 31 and C5. RGB value is (209,49,197). Sum of RGB (Red+Green+Blue) = 209+49+197=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C5 is #2ECE3A. Grayscale: #717171. Windows color (decimal): -3067451 or 12923345. OLE color: 12923345.

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

Color convert

RGB 209 49 197 -
CMYK 0 0.77 0.06 0.18
HSL 304.5º 0.63% 0.51% -
HSV(B) 304.5º 0.77% 0.82% -
XYZ 37.47 19.78 54.67 -
YUV 113.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 209 49 197 0 0.77 0.06 0.18 304.5 0.63 0.51
Hex D1 31 C5 0 4D 6 12 130 3F 33
Octal 321 61 305 0 115 6 22 460 77 63
Binary 11010001 110001 11000101 0 1001101 110 10010 100110000 111111 110011

Color Harmonies of #D131C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131C5

Black with #D131C5

Text Example


Text Example

White with #D131C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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