Html Css Color HEX #D131C1 Fuchsia

📋 copy color: '#D131C1'

red 209 ◦ green 49 ◦ blue 193

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

Shades of Fuchsia #D131C1

Tints of Fuchsia #D131C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 46.34%
G = 10.86%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D131C1 (or 0xD131C1) is known color: Fuchsia. HEX triplet: D1, 31 and C1. RGB value is (209,49,193). Sum of RGB (Red+Green+Blue) = 209+49+193=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C1 is #2ECE3E. Grayscale: #707070. Windows color (decimal): -3067455 or 12661201. OLE color: 12661201.

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

Color convert

RGB 209 49 193 -
CMYK 0 0.77 0.08 0.18
HSL 306º 0.63% 0.51% -
HSV(B) 306º 0.77% 0.82% -
XYZ 37.02 19.6 52.28 -
YUV 113.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 209 49 193 0 0.77 0.08 0.18 306 0.63 0.51
Hex D1 31 C1 0 4D 8 12 132 3F 33
Octal 321 61 301 0 115 10 22 462 77 63
Binary 11010001 110001 11000001 0 1001101 1000 10010 100110010 111111 110011

Color Harmonies of #D131C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131C1

Black with #D131C1

Text Example


Text Example

White with #D131C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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