Html Css Color HEX #D131C3 Fuchsia

📋 copy color: '#D131C3'

red 209 ◦ green 49 ◦ blue 195

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

Shades of Fuchsia #D131C3

Tints of Fuchsia #D131C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 46.14%
G = 10.82%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D131C3 (or 0xD131C3) is known color: Fuchsia. HEX triplet: D1, 31 and C3. RGB value is (209,49,195). Sum of RGB (Red+Green+Blue) = 209+49+195=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C3 is #2ECE3C. Grayscale: #717171. Windows color (decimal): -3067453 or 12792273. OLE color: 12792273.

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

Color convert

RGB 209 49 195 -
CMYK 0 0.77 0.07 0.18
HSL 305.25º 0.63% 0.51% -
HSV(B) 305.25º 0.77% 0.82% -
XYZ 37.24 19.69 53.47 -
YUV 113.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 209 49 195 0 0.77 0.07 0.18 305.25 0.63 0.51
Hex D1 31 C3 0 4D 7 12 131 3F 33
Octal 321 61 303 0 115 7 22 461 77 63
Binary 11010001 110001 11000011 0 1001101 111 10010 100110001 111111 110011

Color Harmonies of #D131C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131C3

Black with #D131C3

Text Example


Text Example

White with #D131C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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