Html Css Color HEX #D131BB Fuchsia

📋 copy color: '#D131BB'

red 209 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #D131BB

Tints of Fuchsia #D131BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 46.97%
G = 11.01%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D131BB (or 0xD131BB) is known color: Fuchsia. HEX triplet: D1, 31 and BB. RGB value is (209,49,187). Sum of RGB (Red+Green+Blue) = 209+49+187=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D131BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131BB is #2ECE44. Grayscale: #707070. Windows color (decimal): -3067461 or 12267985. OLE color: 12267985.

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

Color convert

RGB 209 49 187 -
CMYK 0 0.77 0.11 0.18
HSL 308.25º 0.63% 0.51% -
HSV(B) 308.25º 0.77% 0.82% -
XYZ 36.36 19.34 48.83 -
YUV 112.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 209 49 187 0 0.77 0.11 0.18 308.25 0.63 0.51
Hex D1 31 BB 0 4D B 12 134 3F 33
Octal 321 61 273 0 115 13 22 464 77 63
Binary 11010001 110001 10111011 0 1001101 1011 10010 100110100 111111 110011

Color Harmonies of #D131BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D131BB

Black with #D131BB

Text Example


Text Example

White with #D131BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D131BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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