Html Css Color HEX #D431B1 Fuchsia

📋 copy color: '#D431B1'

red 212 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #D431B1

Tints of Fuchsia #D431B1

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

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

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

R = 48.4%
G = 11.19%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D431B1 (or 0xD431B1) is known color: Fuchsia. HEX triplet: D4, 31 and B1. RGB value is (212,49,177). Sum of RGB (Red+Green+Blue) = 212+49+177=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D431B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D431B1 is #2BCE4E. Grayscale: #6F6F6F. Windows color (decimal): -2870863 or 11612628. OLE color: 11612628.

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

Color convert

RGB 212 49 177 -
CMYK 0 0.77 0.17 0.17
HSL 312.88º 0.65% 0.51% -
HSV(B) 312.88º 0.77% 0.83% -
XYZ 36.19 19.37 43.43 -
YUV 112.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 212 49 177 0 0.77 0.17 0.17 312.88 0.65 0.51
Hex D4 31 B1 0 4D 11 11 139 41 33
Octal 324 61 261 0 115 21 21 471 101 63
Binary 11010100 110001 10110001 0 1001101 10001 10001 100111001 1000001 110011

Color Harmonies of #D431B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D431B1

Black with #D431B1

Text Example


Text Example

White with #D431B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D431B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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