Html Css Color HEX #D131C9 Fuchsia

📋 copy color: '#D131C9'

red 209 ◦ green 49 ◦ blue 201

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

Shades of Fuchsia #D131C9

Tints of Fuchsia #D131C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 45.53%
G = 10.68%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D131C9 (or 0xD131C9) is known color: Fuchsia. HEX triplet: D1, 31 and C9. RGB value is (209,49,201). Sum of RGB (Red+Green+Blue) = 209+49+201=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C9 is #2ECE36. Grayscale: #717171. Windows color (decimal): -3067447 or 13185489. OLE color: 13185489.

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

Color convert

RGB 209 49 201 -
CMYK 0 0.77 0.04 0.18
HSL 303º 0.63% 0.51% -
HSV(B) 303º 0.77% 0.82% -
XYZ 37.94 19.97 57.11 -
YUV 114.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 209 49 201 0 0.77 0.04 0.18 303 0.63 0.51
Hex D1 31 C9 0 4D 4 12 12F 3F 33
Octal 321 61 311 0 115 4 22 457 77 63
Binary 11010001 110001 11001001 0 1001101 100 10010 100101111 111111 110011

Color Harmonies of #D131C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131C9

Black with #D131C9

Text Example


Text Example

White with #D131C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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