Html Css Color HEX #D131AF Fuchsia

📋 copy color: '#D131AF'

red 209 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #D131AF

Tints of Fuchsia #D131AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 48.27%
G = 11.32%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D131AF (or 0xD131AF) is known color: Fuchsia. HEX triplet: D1, 31 and AF. RGB value is (209,49,175). Sum of RGB (Red+Green+Blue) = 209+49+175=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D131AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D131AF is #2ECE50. Grayscale: #6E6E6E. Windows color (decimal): -3067473 or 11481553. OLE color: 11481553.

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

Color convert

RGB 209 49 175 -
CMYK 0 0.77 0.16 0.18
HSL 312.75º 0.63% 0.51% -
HSV(B) 312.75º 0.77% 0.82% -
XYZ 35.13 18.85 42.34 -
YUV 111.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 209 49 175 0 0.77 0.16 0.18 312.75 0.63 0.51
Hex D1 31 AF 0 4D 10 12 139 3F 33
Octal 321 61 257 0 115 20 22 471 77 63
Binary 11010001 110001 10101111 0 1001101 10000 10010 100111001 111111 110011

Color Harmonies of #D131AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131AF

Black with #D131AF

Text Example


Text Example

White with #D131AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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