Html Css Color HEX #D63EF7 Free Speech Magenta

📋 copy color: '#D63EF7'

red 214 ◦ green 62 ◦ blue 247

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

Shades of Free Speech Magenta #D63EF7

Tints of Free Speech Magenta #D63EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.23%

R = 40.92%
G = 11.85%
B = 47.23%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D63EF7 (or 0xD63EF7) is known color: Free Speech Magenta. HEX triplet: D6, 3E and F7. RGB value is (214,62,247). Sum of RGB (Red+Green+Blue) = 214+62+247=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #D63EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EF7 is #29C108. Grayscale: #7F7F7F. Windows color (decimal): -2736393 or 16203478. OLE color: 16203478.

HSL color Cylindrical-coordinate representation of color #D63EF7: hue angle of 289.3º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63EF7 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 62 247 -
CMYK 0.13 0.75 0 0.03
HSL 289.3º 0.92% 0.61% -
HSV(B) 289.3º 0.75% 0.97% -
XYZ 46.24 24.46 90.28 -
YUV 128.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 214 62 247 0.13 0.75 0 0.03 289.3 0.92 0.61
Hex D6 3E F7 D 4B 0 3 121 5C 3D
Octal 326 76 367 15 113 0 3 441 134 75
Binary 11010110 111110 11110111 1101 1001011 0 11 100100001 1011100 111101

Color Harmonies of #D63EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EF7

Black with #D63EF7

Text Example


Text Example

White with #D63EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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