Html Css Color HEX #D63ECE Fuchsia

📋 copy color: '#D63ECE'

red 214 ◦ green 62 ◦ blue 206

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

Shades of Fuchsia #D63ECE

Tints of Fuchsia #D63ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 44.4%
G = 12.86%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D63ECE (or 0xD63ECE) is known color: Fuchsia. HEX triplet: D6, 3E and CE. RGB value is (214,62,206). Sum of RGB (Red+Green+Blue) = 214+62+206=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ECE is #29C131. Grayscale: #7B7B7B. Windows color (decimal): -2736434 or 13516502. OLE color: 13516502.

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

Color convert

RGB 214 62 206 -
CMYK 0 0.71 0.04 0.16
HSL 303.16º 0.65% 0.54% -
HSV(B) 303.16º 0.71% 0.84% -
XYZ 40.59 22.2 60.54 -
YUV 123.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 214 62 206 0 0.71 0.04 0.16 303.16 0.65 0.54
Hex D6 3E CE 0 47 4 10 12F 41 36
Octal 326 76 316 0 107 4 20 457 101 66
Binary 11010110 111110 11001110 0 1000111 100 10000 100101111 1000001 110110

Color Harmonies of #D63ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ECE

Black with #D63ECE

Text Example


Text Example

White with #D63ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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