Html Css Color HEX #D63EC8 Fuchsia

📋 copy color: '#D63EC8'

red 214 ◦ green 62 ◦ blue 200

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

Shades of Fuchsia #D63EC8

Tints of Fuchsia #D63EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.03%

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 44.96%
G = 13.03%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D63EC8 (or 0xD63EC8) is known color: Fuchsia. HEX triplet: D6, 3E and C8. RGB value is (214,62,200). Sum of RGB (Red+Green+Blue) = 214+62+200=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC8 is #29C137. Grayscale: #7A7A7A. Windows color (decimal): -2736440 or 13123286. OLE color: 13123286.

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

Color convert

RGB 214 62 200 -
CMYK 0 0.71 0.07 0.16
HSL 305.53º 0.65% 0.54% -
HSV(B) 305.53º 0.71% 0.84% -
XYZ 39.88 21.91 56.77 -
YUV 123.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 214 62 200 0 0.71 0.07 0.16 305.53 0.65 0.54
Hex D6 3E C8 0 47 7 10 132 41 36
Octal 326 76 310 0 107 7 20 462 101 66
Binary 11010110 111110 11001000 0 1000111 111 10000 100110010 1000001 110110

Color Harmonies of #D63EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EC8

Black with #D63EC8

Text Example


Text Example

White with #D63EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EC8; }

 p { color: rgb(214,62,200); }

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

background-color css

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

 a { background-color: rgb(214,62,200); }

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

border-color css

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

 span { border-color: rgb(214,62,200); }

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