Html Css Color HEX #D63FEF Free Speech Magenta

📋 copy color: '#D63FEF'

red 214 ◦ green 63 ◦ blue 239

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

Shades of Free Speech Magenta #D63FEF

Tints of Free Speech Magenta #D63FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 41.47%
G = 12.21%
B = 46.32%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D63FEF (or 0xD63FEF) is known color: Free Speech Magenta. HEX triplet: D6, 3F and EF. RGB value is (214,63,239). Sum of RGB (Red+Green+Blue) = 214+63+239=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #D63FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FEF is #29C010. Grayscale: #7F7F7F. Windows color (decimal): -2736145 or 15679446. OLE color: 15679446.

HSL color Cylindrical-coordinate representation of color #D63FEF: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63FEF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 63 239 -
CMYK 0.10 0.74 0 0.06
HSL 291.48º 0.85% 0.59% -
HSV(B) 291.48º 0.74% 0.94% -
XYZ 45.09 24.08 83.93 -
YUV 128.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 214 63 239 0.10 0.74 0 0.06 291.48 0.85 0.59
Hex D6 3F EF A 4A 0 6 123 55 3B
Octal 326 77 357 12 112 0 6 443 125 73
Binary 11010110 111111 11101111 1010 1001010 0 110 100100011 1010101 111011

Color Harmonies of #D63FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FEF

Black with #D63FEF

Text Example


Text Example

White with #D63FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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