Html Css Color HEX #D63FB1 Fuchsia

📋 copy color: '#D63FB1'

red 214 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #D63FB1

Tints of Fuchsia #D63FB1

RGB

 RED value IS 214 (83.98% from 255) = 47.14%

 GREEN value IS 63 (25% from 255) = 13.88%

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

R = 47.14%
G = 13.88%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D63FB1 (or 0xD63FB1) is known color: Fuchsia. HEX triplet: D6, 3F and B1. RGB value is (214,63,177). Sum of RGB (Red+Green+Blue) = 214+63+177=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63FB1 is #29C04E. Grayscale: #787878. Windows color (decimal): -2736207 or 11616214. OLE color: 11616214.

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

Color convert

RGB 214 63 177 -
CMYK 0 0.71 0.17 0.16
HSL 314.7º 0.65% 0.54% -
HSV(B) 314.7º 0.71% 0.84% -
XYZ 37.44 21.03 43.68 -
YUV 121.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 214 63 177 0 0.71 0.17 0.16 314.7 0.65 0.54
Hex D6 3F B1 0 47 11 10 13B 41 36
Octal 326 77 261 0 107 21 20 473 101 66
Binary 11010110 111111 10110001 0 1000111 10001 10000 100111011 1000001 110110

Color Harmonies of #D63FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FB1

Black with #D63FB1

Text Example


Text Example

White with #D63FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FB1; }

 p { color: rgb(214,63,177); }

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

background-color css

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

 a { background-color: rgb(214,63,177); }

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

border-color css

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

 span { border-color: rgb(214,63,177); }

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