Html Css Color HEX #D63FB7 Fuchsia

📋 copy color: '#D63FB7'

red 214 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #D63FB7

Tints of Fuchsia #D63FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 46.52%
G = 13.7%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D63FB7 (or 0xD63FB7) is known color: Fuchsia. HEX triplet: D6, 3F and B7. RGB value is (214,63,183). Sum of RGB (Red+Green+Blue) = 214+63+183=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FB7 is #29C048. Grayscale: #797979. Windows color (decimal): -2736201 or 12009430. OLE color: 12009430.

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

Color convert

RGB 214 63 183 -
CMYK 0 0.71 0.14 0.16
HSL 312.32º 0.65% 0.54% -
HSV(B) 312.32º 0.71% 0.84% -
XYZ 38.06 21.27 46.9 -
YUV 121.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 214 63 183 0 0.71 0.14 0.16 312.32 0.65 0.54
Hex D6 3F B7 0 47 E 10 138 41 36
Octal 326 77 267 0 107 16 20 470 101 66
Binary 11010110 111111 10110111 0 1000111 1110 10000 100111000 1000001 110110

Color Harmonies of #D63FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FB7

Black with #D63FB7

Text Example


Text Example

White with #D63FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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