Html Css Color HEX #D63EBC Fuchsia

📋 copy color: '#D63EBC'

red 214 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #D63EBC

Tints of Fuchsia #D63EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 46.12%
G = 13.36%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D63EBC (or 0xD63EBC) is known color: Fuchsia. HEX triplet: D6, 3E and BC. RGB value is (214,62,188). Sum of RGB (Red+Green+Blue) = 214+62+188=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EBC is #29C143. Grayscale: #797979. Windows color (decimal): -2736452 or 12336854. OLE color: 12336854.

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

Color convert

RGB 214 62 188 -
CMYK 0 0.71 0.12 0.16
HSL 310.26º 0.65% 0.54% -
HSV(B) 310.26º 0.71% 0.84% -
XYZ 38.53 21.37 49.67 -
YUV 121.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 214 62 188 0 0.71 0.12 0.16 310.26 0.65 0.54
Hex D6 3E BC 0 47 C 10 136 41 36
Octal 326 76 274 0 107 14 20 466 101 66
Binary 11010110 111110 10111100 0 1000111 1100 10000 100110110 1000001 110110

Color Harmonies of #D63EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EBC

Black with #D63EBC

Text Example


Text Example

White with #D63EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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