Html Css Color HEX #D63ECA Fuchsia

📋 copy color: '#D63ECA'

red 214 ◦ green 62 ◦ blue 202

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

Shades of Fuchsia #D63ECA

Tints of Fuchsia #D63ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 44.77%
G = 12.97%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D63ECA (or 0xD63ECA) is known color: Fuchsia. HEX triplet: D6, 3E and CA. RGB value is (214,62,202). Sum of RGB (Red+Green+Blue) = 214+62+202=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ECA is #29C135. Grayscale: #7B7B7B. Windows color (decimal): -2736438 or 13254358. OLE color: 13254358.

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

Color convert

RGB 214 62 202 -
CMYK 0 0.71 0.06 0.16
HSL 304.74º 0.65% 0.54% -
HSV(B) 304.74º 0.71% 0.84% -
XYZ 40.11 22.01 58.01 -
YUV 123.41 172.36 192.62 -
System Red Green Blue C M Y K H S L
Decimal 214 62 202 0 0.71 0.06 0.16 304.74 0.65 0.54
Hex D6 3E CA 0 47 6 10 131 41 36
Octal 326 76 312 0 107 6 20 461 101 66
Binary 11010110 111110 11001010 0 1000111 110 10000 100110001 1000001 110110

Color Harmonies of #D63ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ECA

Black with #D63ECA

Text Example


Text Example

White with #D63ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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