Html Css Color HEX #D63FC5 Fuchsia

📋 copy color: '#D63FC5'

red 214 ◦ green 63 ◦ blue 197

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

Shades of Fuchsia #D63FC5

Tints of Fuchsia #D63FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 45.15%
G = 13.29%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D63FC5 (or 0xD63FC5) is known color: Fuchsia. HEX triplet: D6, 3F and C5. RGB value is (214,63,197). Sum of RGB (Red+Green+Blue) = 214+63+197=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FC5 is #29C03A. Grayscale: #7B7B7B. Windows color (decimal): -2736187 or 12926934. OLE color: 12926934.

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

Color convert

RGB 214 63 197 -
CMYK 0 0.71 0.08 0.16
HSL 306.76º 0.65% 0.54% -
HSV(B) 306.76º 0.71% 0.84% -
XYZ 39.59 21.88 54.96 -
YUV 123.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 214 63 197 0 0.71 0.08 0.16 306.76 0.65 0.54
Hex D6 3F C5 0 47 8 10 133 41 36
Octal 326 77 305 0 107 10 20 463 101 66
Binary 11010110 111111 11000101 0 1000111 1000 10000 100110011 1000001 110110

Color Harmonies of #D63FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FC5

Black with #D63FC5

Text Example


Text Example

White with #D63FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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