Html Css Color HEX #D63EC2 Fuchsia

📋 copy color: '#D63EC2'

red 214 ◦ green 62 ◦ blue 194

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

Shades of Fuchsia #D63EC2

Tints of Fuchsia #D63EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 45.53%
G = 13.19%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D63EC2 (or 0xD63EC2) is known color: Fuchsia. HEX triplet: D6, 3E and C2. RGB value is (214,62,194). Sum of RGB (Red+Green+Blue) = 214+62+194=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EC2 is #29C13D. Grayscale: #7A7A7A. Windows color (decimal): -2736446 or 12730070. OLE color: 12730070.

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

Color convert

RGB 214 62 194 -
CMYK 0 0.71 0.09 0.16
HSL 307.89º 0.65% 0.54% -
HSV(B) 307.89º 0.71% 0.84% -
XYZ 39.19 21.64 53.15 -
YUV 122.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 214 62 194 0 0.71 0.09 0.16 307.89 0.65 0.54
Hex D6 3E C2 0 47 9 10 134 41 36
Octal 326 76 302 0 107 11 20 464 101 66
Binary 11010110 111110 11000010 0 1000111 1001 10000 100110100 1000001 110110

Color Harmonies of #D63EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EC2

Black with #D63EC2

Text Example


Text Example

White with #D63EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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