Html Css Color HEX #D131D0 Fuchsia

📋 copy color: '#D131D0'

red 209 ◦ green 49 ◦ blue 208

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

Shades of Fuchsia #D131D0

Tints of Fuchsia #D131D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 44.85%
G = 10.52%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D131D0 (or 0xD131D0) is known color: Fuchsia. HEX triplet: D1, 31 and D0. RGB value is (209,49,208). Sum of RGB (Red+Green+Blue) = 209+49+208=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D131D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131D0 is #2ECE2F. Grayscale: #727272. Windows color (decimal): -3067440 or 13644241. OLE color: 13644241.

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

Color convert

RGB 209 49 208 -
CMYK 0 0.77 0.00 0.18
HSL 300.38º 0.63% 0.51% -
HSV(B) 300.38º 0.77% 0.82% -
XYZ 38.78 20.31 61.55 -
YUV 114.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 209 49 208 0 0.77 0.00 0.18 300.38 0.63 0.51
Hex D1 31 D0 0 4D 0 12 12C 3F 33
Octal 321 61 320 0 115 0 22 454 77 63
Binary 11010001 110001 11010000 0 1001101 0 10010 100101100 111111 110011

Color Harmonies of #D131D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131D0

Black with #D131D0

Text Example


Text Example

White with #D131D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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