Html Css Color HEX #D531B1 Fuchsia

📋 copy color: '#D531B1'

red 213 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #D531B1

Tints of Fuchsia #D531B1

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 48.52%
G = 11.16%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D531B1 (or 0xD531B1) is known color: Fuchsia. HEX triplet: D5, 31 and B1. RGB value is (213,49,177). Sum of RGB (Red+Green+Blue) = 213+49+177=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D531B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D531B1 is #2ACE4E. Grayscale: #707070. Windows color (decimal): -2805327 or 11612629. OLE color: 11612629.

HSL color Cylindrical-coordinate representation of color #D531B1: hue angle of 313.17º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D531B1 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 177 -
CMYK 0 0.77 0.17 0.16
HSL 313.17º 0.66% 0.51% -
HSV(B) 313.17º 0.77% 0.84% -
XYZ 36.47 19.52 43.44 -
YUV 112.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 213 49 177 0 0.77 0.17 0.16 313.17 0.66 0.51
Hex D5 31 B1 0 4D 11 10 139 42 33
Octal 325 61 261 0 115 21 20 471 102 63
Binary 11010101 110001 10110001 0 1001101 10001 10000 100111001 1000010 110011

Color Harmonies of #D531B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531B1

Black with #D531B1

Text Example


Text Example

White with #D531B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531B1; }

 p { color: rgb(213,49,177); }

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

background-color css

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

 a { background-color: rgb(213,49,177); }

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

border-color css

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

 span { border-color: rgb(213,49,177); }

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