Html Css Color HEX #D63FEC Free Speech Magenta

📋 copy color: '#D63FEC'

red 214 ◦ green 63 ◦ blue 236

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

Shades of Free Speech Magenta #D63FEC

Tints of Free Speech Magenta #D63FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 41.72%
G = 12.28%
B = 46%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D63FEC (or 0xD63FEC) is known color: Free Speech Magenta. HEX triplet: D6, 3F and EC. RGB value is (214,63,236). Sum of RGB (Red+Green+Blue) = 214+63+236=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #D63FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FEC is #29C013. Grayscale: #7F7F7F. Windows color (decimal): -2736148 or 15482838. OLE color: 15482838.

HSL color Cylindrical-coordinate representation of color #D63FEC: hue angle of 292.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63FEC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 63 236 -
CMYK 0.09 0.73 0 0.07
HSL 292.37º 0.82% 0.59% -
HSV(B) 292.37º 0.73% 0.93% -
XYZ 44.65 23.91 81.62 -
YUV 127.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 214 63 236 0.09 0.73 0 0.07 292.37 0.82 0.59
Hex D6 3F EC 9 49 0 7 124 52 3B
Octal 326 77 354 11 111 0 7 444 122 73
Binary 11010110 111111 11101100 1001 1001001 0 111 100100100 1010010 111011

Color Harmonies of #D63FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FEC

Black with #D63FEC

Text Example


Text Example

White with #D63FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FEC; }

 p { color: rgb(214,63,236); }

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

background-color css

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

 a { background-color: rgb(214,63,236); }

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

border-color css

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

 span { border-color: rgb(214,63,236); }

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